Topic Name: Restaurant Recommendation and Reservation System
Group Name: R3
Members:
Anjali Kshirsagar (002743547)
Gayatri Kenkare (002743776)
Snehal Padekar (002737903)
Mahek Gangadia (002797094)
import tweepy #Library required for Twitter API
import csv
import pandas as pd
import os
import pymysql
import pandas as pd
import numpy as np
#!pip install wget
import wget
#import mysql-connector as sql
# #!pip install pip
# import pip
# package ='tweepy' #Just replace the package name with any package to install it.
# #pip.main(['install',package])
#defining twitter API keys
consumer_key = "7hgLSBuOr1CU5TRImIxHZQRPx"
consumer_secret = "oTiJsbivaS8CFvkeLpkeBP79KEsHyYm2Df9g3SDhc5XRJnd5zZ"
access_key = "1583542497069789186-ODvpZCnHlBs0e8gZCNLtAVR8dyy38B"
access_secret = "UxG6ZqSekW1aUUBBnvuujVm1n2jT26dK2ooyF2ppLSOlO"
#Creating an empty dataframe to store the information
tweets =pd.DataFrame(columns=["user_id","twitter_handle","user_name","profile_image_url","tweet_description","friends_count","followers_count","user_account_created"])
tweets_account =pd.DataFrame(columns=["user_id","twitter_handle"])
auth = tweepy.OAuthHandler(consumer_key, consumer_secret)
auth.set_access_token(access_key, access_secret)
api = tweepy.API(auth,wait_on_rate_limit=True)
outtweets_all =[] #list to store all tweets data
# outtweets_user = [] #list to store user related data
# outtweets_account = [] #list to store account related data
# outtweets_tweets = [] #list to store tweets related data
# outtweets_tags = []
# outtweets_url = []
# outtweets_mentions = []
for tweets in tweepy.Cursor(api.search,q="#restaurant",count=100, #The q variable holds the hashtag
lang="en",
since="2017-04-19").items():
#print(tweets)
if(tweets.entities.get('media',[])) : #This condition appends only those tweets to the list which have image URL's
media = tweets.entities.get('media')
#outtweets_account.append([tweets.user.id_str,tweets.user.screen_name])
#outtweets_user.append([tweets.user.id_str,tweets.user.name,tweets.user.screen_name,tweets.user.profile_image_url_https,tweets.user.description,tweets.user.friends_count,tweets.user.followers_count,tweets.user.created_at])
outtweets_all.append([tweets.id_str,tweets.user.id_str,tweets.user.name,tweets.user.screen_name,tweets.user.profile_image_url_https,tweets.user.description,tweets.user.friends_count,tweets.user.followers_count,tweets.user.created_at,tweets.text,tweets.created_at,tweets.favorite_count,tweets.entities['hashtags'], tweets.entities['urls'],tweets.entities['user_mentions']])
#outtweets_tweets.append([tweets.id_str,tweets.user.id_str,tweets.text,tweets.created_at,tweets.favorite_count])
#outtweets_tags.append([tweets.user.id_str,tweet.hashtags, tweets.id_str ])
#outtweets_url.append([tweets.id_str, tweets.user.id_str, tweets.url])
#outtweets_mentions([tweets.id_str, tweets.user.id_str, tweets.entities['user_mentions']])
#print(media[0]['media_url'])
print(outtweets_all)
[['1591621373155221505', '1586146488786247681', 'Geodian', 'Geodian_', 'https://pbs.twimg.com/profile_images/1586146618998407171/ZPy4fflN_normal.png', 'Geographer on YouTube & TikTok', 32, 6, datetime.datetime(2022, 10, 29, 0, 3, 17), 'Biggest Fast Food Chain! #FastFood #Biggest #FastFoodChain #Restaurant #Viral #Trending https://t.co/ojvIP5IAJg', datetime.datetime(2022, 11, 13, 2, 38), 1, [{'text': 'FastFood', 'indices': [25, 34]}, {'text': 'Biggest', 'indices': [35, 43]}, {'text': 'FastFoodChain', 'indices': [44, 58]}, {'text': 'Restaurant', 'indices': [59, 70]}, {'text': 'Viral', 'indices': [71, 77]}, {'text': 'Trending', 'indices': [78, 87]}], [], []], ['1591597935841906688', '1571398410179313664', '29 Eatery & Bar', '29_Eatery_n_Bar', 'https://pbs.twimg.com/profile_images/1574683061727686658/iQgM9a-p_normal.jpg', '29 Eatery & Bar is a European restaurant rated by many diners as the best in Binh Duong.', 15, 0, datetime.datetime(2022, 9, 18, 7, 19, 33), 'Weekend 🥂😍 #BinhDuong #Food #Drink #29Eatery #pizza #pasta #tapas #steak #Restaurant #Expats https://t.co/g0aESGcyrA', datetime.datetime(2022, 11, 13, 1, 4, 53), 0, [{'text': 'BinhDuong', 'indices': [13, 23]}, {'text': 'Food', 'indices': [24, 29]}, {'text': 'Drink', 'indices': [30, 36]}, {'text': '29Eatery', 'indices': [37, 46]}, {'text': 'pizza', 'indices': [47, 53]}, {'text': 'pasta', 'indices': [54, 60]}, {'text': 'tapas', 'indices': [61, 67]}, {'text': 'steak', 'indices': [68, 74]}, {'text': 'Restaurant', 'indices': [75, 86]}, {'text': 'Expats', 'indices': [87, 94]}], [], []], ['1591561483896647680', '1552446385747812352', 'AppyMeal', 'AppyMealApp', 'https://pbs.twimg.com/profile_images/1552446468786724865/YXVZ17FF_normal.jpg', 'To-Go local marketplace', 30, 6, datetime.datetime(2022, 7, 28, 0, 10, 41), 'Make sure you’re using the best app off the field to support local restaurants! #food #restaurant #local https://t.co/IjVzJadkZS', datetime.datetime(2022, 11, 12, 22, 40, 2), 1, [{'text': 'food', 'indices': [80, 85]}, {'text': 'restaurant', 'indices': [86, 97]}, {'text': 'local', 'indices': [98, 104]}], [], []], ['1591518222834356224', '1426525878884847619', 'Lisa Farnworth', 'LisaFarnworth5', 'https://pbs.twimg.com/profile_images/1426526028273315843/Cn5Gtzmy_normal.jpg', '', 1559, 841, datetime.datetime(2021, 8, 14, 12, 47, 32), 'RT @nvijaysairam: @elonmusk have a look at this!!! #indian 🤣🤣🤣 #swiggy #fooddelivery #theelonmuskfoods #restaurant https://t.co/ygDqxoLwk0', datetime.datetime(2022, 11, 12, 19, 48, 7), 0, [{'text': 'indian', 'indices': [51, 58]}, {'text': 'swiggy', 'indices': [63, 70]}, {'text': 'fooddelivery', 'indices': [71, 84]}, {'text': 'theelonmuskfoods', 'indices': [85, 102]}, {'text': 'restaurant', 'indices': [103, 114]}], [], [{'screen_name': 'nvijaysairam', 'name': 'n.vijaysairam', 'id': 166053903, 'id_str': '166053903', 'indices': [3, 16]}, {'screen_name': 'elonmusk', 'name': 'Elon Musk', 'id': 44196397, 'id_str': '44196397', 'indices': [18, 27]}]], ['1591513731934334976', '166053903', 'n.vijaysairam', 'nvijaysairam', 'https://pbs.twimg.com/profile_images/1523353623023206400/0LTqoShL_normal.jpg', '#thuglife #peace what I need!!!!', 411, 46, datetime.datetime(2010, 7, 13, 5, 57, 37), '@elonmusk have a look at this!!! #indian 🤣🤣🤣 #swiggy #fooddelivery #theelonmuskfoods #restaurant https://t.co/ygDqxoLwk0', datetime.datetime(2022, 11, 12, 19, 30, 17), 1, [{'text': 'indian', 'indices': [33, 40]}, {'text': 'swiggy', 'indices': [45, 52]}, {'text': 'fooddelivery', 'indices': [53, 66]}, {'text': 'theelonmuskfoods', 'indices': [67, 84]}, {'text': 'restaurant', 'indices': [85, 96]}], [], [{'screen_name': 'elonmusk', 'name': 'Elon Musk', 'id': 44196397, 'id_str': '44196397', 'indices': [0, 9]}]], ['1591513500144357381', '842283866', 'Smilin’ Wizard', 'TweetofTriumph', 'https://pbs.twimg.com/profile_images/684066742147088386/AcehAazC_normal.jpg', 'Observations from a perspective... I think.', 193, 4995, datetime.datetime(2012, 9, 23, 19, 37, 44), 'Male shall pay in silence 👌\n\n#engrish #meme #memes #food #restaurant https://t.co/OXvFZazGv0', datetime.datetime(2022, 11, 12, 19, 29, 21), 1, [{'text': 'engrish', 'indices': [29, 37]}, {'text': 'meme', 'indices': [38, 43]}, {'text': 'memes', 'indices': [44, 50]}, {'text': 'food', 'indices': [51, 56]}, {'text': 'restaurant', 'indices': [57, 68]}], [], []], ['1591506072837435394', '143177285', 'Michael Betancourt', 'mikebetcre', 'https://pbs.twimg.com/profile_images/1316351967631937542/kIhrphYW_normal.jpg', '#Advisor | #Commercial | #Buying | #Leasing | #Selling | #Entrepreneur | #Father | Contact Me Michaelb@Dkatz.com', 554, 591, datetime.datetime(2010, 5, 12, 20, 10, 49), 'Anyone one know what this is?\n\n#cre #retail #restaurant https://t.co/RIw3NygxZC', datetime.datetime(2022, 11, 12, 18, 59, 51), 0, [{'text': 'cre', 'indices': [31, 35]}, {'text': 'retail', 'indices': [36, 43]}, {'text': 'restaurant', 'indices': [44, 55]}], [], []], ['1591491108458168322', '1577361386488856576', "Las Mamacita's Mexican Restaurant", 'Las_Mamacitas_R', 'https://pbs.twimg.com/profile_images/1577361495410753548/NAbxiR9h_normal.jpg', '"𝐌𝐚𝐝𝐞 𝐰𝐢𝐭𝐡 𝐥𝐨𝐯𝐞 𝐚𝐧𝐝 𝐭𝐫𝐚𝐝𝐢𝐭𝐢𝐨𝐧 𝐬𝐢𝐧𝐜𝐞 𝟏𝟗𝟕𝟓"\nFood made daily, weekly specials and entertainment throughout the week', 2, 6, datetime.datetime(2022, 10, 4, 18, 14, 20), 'Authentic Mexican Cousine💚🤍❤️\n\n📞(281) 876-3663\nhttps://t.co/BMsVEyrlBy\n\n#houston #restaurant #mexico #comidamexicana https://t.co/0pfpSCBwSr', datetime.datetime(2022, 11, 12, 18, 0, 23), 0, [{'text': 'houston', 'indices': [72, 80]}, {'text': 'restaurant', 'indices': [81, 92]}, {'text': 'mexico', 'indices': [93, 100]}, {'text': 'comidamexicana', 'indices': [101, 116]}], [{'url': 'https://t.co/BMsVEyrlBy', 'expanded_url': 'http://www.lasmamacitasmexicanrestaurant.com', 'display_url': 'lasmamacitasmexicanrestaurant.com', 'indices': [47, 70]}], []], ['1591479183502299136', '1202241707267543040', 'Vanilla Spice', 'VanillaSpice__', 'https://pbs.twimg.com/profile_images/1202302219124715520/7jwcR3hj_normal.jpg', "#Newport's favourite #Indian #restaurant, cooking up all your favourite Indian dishes with a modern twist!🍛🍽️", 85, 53, datetime.datetime(2019, 12, 4, 15, 2, 25), 'Have you had your picture taken with our #mascot yet? 🐮\n\n#restaurant #Indian #food #curry #takeaway #Newport https://t.co/CgirNcJXUb', datetime.datetime(2022, 11, 12, 17, 13), 1, [{'text': 'mascot', 'indices': [41, 48]}, {'text': 'restaurant', 'indices': [57, 68]}, {'text': 'Indian', 'indices': [69, 76]}, {'text': 'food', 'indices': [77, 82]}, {'text': 'curry', 'indices': [83, 89]}, {'text': 'takeaway', 'indices': [90, 99]}, {'text': 'Newport', 'indices': [100, 108]}], [], []], ['1591437552690626561', '148354107', 'THE DIAL', 'THEDIAL', 'https://pbs.twimg.com/profile_images/1531169126990983168/KMZoQpPb_normal.jpg', 'Opening hours: (Mon & Tues: Closed) Wed & Thurs : 12-8:30pm Fri: 12-9pm Sat: 10am-9pm Sun: 10am - 4pm', 2353, 3423, datetime.datetime(2010, 5, 26, 13, 53, 56), 'Huge congratulations to Tonin who has been promoted to junior sous chef 🎉\n\n#thedial #restaurant #chef https://t.co/7WmlGyNceY', datetime.datetime(2022, 11, 12, 14, 27, 34), 1, [{'text': 'thedial', 'indices': [75, 83]}, {'text': 'restaurant', 'indices': [84, 95]}, {'text': 'chef', 'indices': [96, 101]}], [], []], ['1591431857169629184', '322673778', 'Judith Walker', 'judith_walker1', 'https://pbs.twimg.com/profile_images/433289524891111424/7NI_tCM1_normal.jpeg', 'Visual artist, cartoonist and stand up comedian', 307, 338, datetime.datetime(2011, 6, 23, 15, 22, 29), 'Having fish for dinner at sunset beside the sea #sea #fish #dinner #restaurant #sunset #mellieha #malta https://t.co/X75jTV2gcW', datetime.datetime(2022, 11, 12, 14, 4, 56), 2, [{'text': 'sea', 'indices': [48, 52]}, {'text': 'fish', 'indices': [53, 58]}, {'text': 'dinner', 'indices': [59, 66]}, {'text': 'restaurant', 'indices': [67, 78]}, {'text': 'sunset', 'indices': [79, 86]}, {'text': 'mellieha', 'indices': [87, 96]}, {'text': 'malta', 'indices': [97, 103]}], [], []], ['1591410657064280065', '3393915262', "Le'Spice Ely", 'LeSpiceEly', 'https://pbs.twimg.com/profile_images/1533545505787191297/vARWg7sn_normal.jpg', 'Fine Indian dining with superb service in #Ely', 143, 313, datetime.datetime(2015, 7, 29, 13, 50, 57), 'Le spice Ely #restaurant #takeout #spicyfood #open7days #ely #wedeliver https://t.co/wnR6ED3IYx', datetime.datetime(2022, 11, 12, 12, 40, 42), 0, [{'text': 'restaurant', 'indices': [13, 24]}, {'text': 'takeout', 'indices': [25, 33]}, {'text': 'spicyfood', 'indices': [34, 44]}, {'text': 'open7days', 'indices': [45, 55]}, {'text': 'ely', 'indices': [56, 60]}, {'text': 'wedeliver', 'indices': [61, 71]}], [], []], ['1591394874573705216', '2564917357', 'Boi Boi', 'boiboiAmsterdam', 'https://pbs.twimg.com/profile_images/1101441135120130048/IwNg2pZz_normal.png', 'Thai Food / restaurant / sunny outside dark inside / 0202339499 / info@boiboi.nl / Boi Boi Radio: http://t.co/XVTE1P3nJP', 353, 165, datetime.datetime(2014, 6, 13, 8, 16, 37), 'Looking for a job in #amsterdam #restaurant? #cook and #waiter welcome! https://t.co/6iw31RhXUU', datetime.datetime(2022, 11, 12, 11, 37, 59), 0, [{'text': 'amsterdam', 'indices': [21, 31]}, {'text': 'restaurant', 'indices': [32, 43]}, {'text': 'cook', 'indices': [45, 50]}, {'text': 'waiter', 'indices': [55, 62]}], [], []], ['1591250959350788097', '856975240630501380', 'Stover', 'bbqhunk', 'https://pbs.twimg.com/profile_images/1563242141685465088/iY1va0Jy_normal.jpg', 'Producer of Content. @calibbqmedia @calicomfort. Certified Grade-A BBQHUNK', 473, 203, datetime.datetime(2017, 4, 25, 20, 56, 34), 'RT @shawnpwalchef: Thank you Veterans 🇺🇸 - https://t.co/SicmjDPn8L #veteransday #sandiego #restaurant @calicomfort https://t.co/kVrTg1H8RX', datetime.datetime(2022, 11, 12, 2, 6, 7), 0, [{'text': 'veteransday', 'indices': [67, 79]}, {'text': 'sandiego', 'indices': [80, 89]}, {'text': 'restaurant', 'indices': [90, 101]}], [{'url': 'https://t.co/SicmjDPn8L', 'expanded_url': 'https://mailchi.mp/calibbq/meaning-of-veterans-day-2022', 'display_url': 'mailchi.mp/calibbq/meanin…', 'indices': [43, 66]}], [{'screen_name': 'shawnpwalchef', 'name': 'Shawn Walchef', 'id': 206560051, 'id_str': '206560051', 'indices': [3, 17]}, {'screen_name': 'CaliComfort', 'name': 'Cali BBQ', 'id': 18090409, 'id_str': '18090409', 'indices': [102, 114]}]], ['1591231939469623298', '94142225', "Deadpool's unicorn", 'andyswist', 'https://pbs.twimg.com/profile_images/1032787823206850561/IfJEYqyt_normal.jpg', 'Illustrator + Graphic Guru into animation, comics, fantasy, fashion, horror, printmaking, RPGs, sci-fi ...and cats', 1689, 1097, datetime.datetime(2009, 12, 2, 18, 13, 30), 'Anyone want to back my #restaurant #Concept called 7Eleven Madison Park. Your $20 Slushies await https://t.co/3hV8XR3Ma4', datetime.datetime(2022, 11, 12, 0, 50, 32), 1, [{'text': 'restaurant', 'indices': [23, 34]}, {'text': 'Concept', 'indices': [35, 43]}], [], []], ['1591229492668018689', '1520807222497927170', 'Dean LaBay', 'DeanLaBay6', 'https://pbs.twimg.com/profile_images/1520807322737688581/fJ9we-pX_normal.png', '', 32, 16, datetime.datetime(2022, 5, 1, 16, 48, 15), 'RT @shawnpwalchef: Thank you Veterans 🇺🇸 - https://t.co/SicmjDPn8L #veteransday #sandiego #restaurant @calicomfort https://t.co/kVrTg1H8RX', datetime.datetime(2022, 11, 12, 0, 40, 49), 0, [{'text': 'veteransday', 'indices': [67, 79]}, {'text': 'sandiego', 'indices': [80, 89]}, {'text': 'restaurant', 'indices': [90, 101]}], [{'url': 'https://t.co/SicmjDPn8L', 'expanded_url': 'https://mailchi.mp/calibbq/meaning-of-veterans-day-2022', 'display_url': 'mailchi.mp/calibbq/meanin…', 'indices': [43, 66]}], [{'screen_name': 'shawnpwalchef', 'name': 'Shawn Walchef', 'id': 206560051, 'id_str': '206560051', 'indices': [3, 17]}, {'screen_name': 'CaliComfort', 'name': 'Cali BBQ', 'id': 18090409, 'id_str': '18090409', 'indices': [102, 114]}]], ['1591222987138764801', '3309191992', 'Birmingham Awards', 'BirminghamAward', 'https://pbs.twimg.com/profile_images/1430030044873863180/3RiBtYpV_normal.jpg', "Celebrating the beating heart of Birmingham recognising people & organisations that have been part of the movement in Brum's future #BrumAwards22", 2408, 5738, datetime.datetime(2015, 6, 5, 10, 54, 5), 'Congratulations to @chaigreen1823\n\nWinners #Restaurant of the year #BrumAwards22 https://t.co/V9JRlmIxci', datetime.datetime(2022, 11, 12, 0, 14, 58), 3, [{'text': 'Restaurant', 'indices': [43, 54]}, {'text': 'BrumAwards22', 'indices': [67, 80]}], [], [{'screen_name': 'chaigreen1823', 'name': 'Chai Green', 'id': 1231118292712148992, 'id_str': '1231118292712148992', 'indices': [19, 33]}]], ['1591204467118329856', '3309191992', 'Birmingham Awards', 'BirminghamAward', 'https://pbs.twimg.com/profile_images/1430030044873863180/3RiBtYpV_normal.jpg', "Celebrating the beating heart of Birmingham recognising people & organisations that have been part of the movement in Brum's future #BrumAwards22", 2408, 5738, datetime.datetime(2015, 6, 5, 10, 54, 5), 'Congratulations to @chaigreen1823\n\nWinners #Restaurant of the year #BrumAwards22\n\nSponsored by @BootcampMediaUK https://t.co/kz9k9ZT9RQ', datetime.datetime(2022, 11, 11, 23, 1, 22), 5, [{'text': 'Restaurant', 'indices': [43, 54]}, {'text': 'BrumAwards22', 'indices': [67, 80]}], [], [{'screen_name': 'chaigreen1823', 'name': 'Chai Green', 'id': 1231118292712148992, 'id_str': '1231118292712148992', 'indices': [19, 33]}, {'screen_name': 'BootcampMediaUK', 'name': 'Bootcamp Media', 'id': 267253710, 'id_str': '267253710', 'indices': [95, 111]}]], ['1591195483690917888', '52436759', 'Keith Parkins', 'keithpp', 'https://pbs.twimg.com/profile_images/378800000718898779/cd0ae7e67c37cf4fa245a7aeeb0082dc_normal.jpeg', 'Writer, thinker, deep ecologist, social commentator, activist, enjoys music, literature, speciality coffee, craft beer and good food. https://t.co/ipnpBaJJSw', 68, 2937, datetime.datetime(2009, 6, 30, 16, 13, 4), 'vegetable soup Lagoudera #restaurant #Perama #Athens https://t.co/qtaq7EL2YH', datetime.datetime(2022, 11, 11, 22, 25, 40), 0, [{'text': 'restaurant', 'indices': [25, 36]}, {'text': 'Perama', 'indices': [37, 44]}, {'text': 'Athens', 'indices': [45, 52]}], [], []], ['1591184328926846977', '1001526577476218880', 'BIG KLUCK 🐔💪🏾', 'BigKluck_HF', 'https://pbs.twimg.com/profile_images/1581862250037420032/xQEWoVrr_normal.jpg', 'The Highly Favored 🏆 @williewingz Owner 🐔🔥Daygo 619☀️🌴 📷: williep_hf 👻: illwill619', 948, 1030, datetime.datetime(2018, 5, 29, 18, 11, 58), 'RT @shawnpwalchef: Thank you Veterans 🇺🇸 - https://t.co/SicmjDPn8L #veteransday #sandiego #restaurant @calicomfort https://t.co/kVrTg1H8RX', datetime.datetime(2022, 11, 11, 21, 41, 21), 0, [{'text': 'veteransday', 'indices': [67, 79]}, {'text': 'sandiego', 'indices': [80, 89]}, {'text': 'restaurant', 'indices': [90, 101]}], [{'url': 'https://t.co/SicmjDPn8L', 'expanded_url': 'https://mailchi.mp/calibbq/meaning-of-veterans-day-2022', 'display_url': 'mailchi.mp/calibbq/meanin…', 'indices': [43, 66]}], [{'screen_name': 'shawnpwalchef', 'name': 'Shawn Walchef', 'id': 206560051, 'id_str': '206560051', 'indices': [3, 17]}, {'screen_name': 'CaliComfort', 'name': 'Cali BBQ', 'id': 18090409, 'id_str': '18090409', 'indices': [102, 114]}]], ['1591178653626667009', '152386261', 'Charlie Eblen', 'EblenCharlie', 'https://pbs.twimg.com/profile_images/1532578482630303744/prDGVQpY_normal.jpg', 'I’m on a mission to help build and grow community through the perfect plate of bbq!', 81, 70, datetime.datetime(2010, 6, 5, 20, 35, 42), 'RT @shawnpwalchef: Thank you Veterans 🇺🇸 - https://t.co/SicmjDPn8L #veteransday #sandiego #restaurant @calicomfort https://t.co/kVrTg1H8RX', datetime.datetime(2022, 11, 11, 21, 18, 48), 0, [{'text': 'veteransday', 'indices': [67, 79]}, {'text': 'sandiego', 'indices': [80, 89]}, {'text': 'restaurant', 'indices': [90, 101]}], [{'url': 'https://t.co/SicmjDPn8L', 'expanded_url': 'https://mailchi.mp/calibbq/meaning-of-veterans-day-2022', 'display_url': 'mailchi.mp/calibbq/meanin…', 'indices': [43, 66]}], [{'screen_name': 'shawnpwalchef', 'name': 'Shawn Walchef', 'id': 206560051, 'id_str': '206560051', 'indices': [3, 17]}, {'screen_name': 'CaliComfort', 'name': 'Cali BBQ', 'id': 18090409, 'id_str': '18090409', 'indices': [102, 114]}]], ['1591171343135150080', '1591167076164681731', 'Matt Catterall', 'MattCatterall89', 'https://pbs.twimg.com/profile_images/1591417008981147650/9t_PtEZC_normal.jpg', '📎Entrepreneur - New To Twitter', 45, 4, datetime.datetime(2022, 11, 11, 20, 33), 'I have become more aware than ever of what matters most… #london #hugoboss #hotel #restaurant #view https://t.co/RdI3KOoCdT', datetime.datetime(2022, 11, 11, 20, 49, 45), 0, [{'text': 'london', 'indices': [57, 64]}, {'text': 'hugoboss', 'indices': [65, 74]}, {'text': 'hotel', 'indices': [75, 81]}, {'text': 'restaurant', 'indices': [82, 93]}, {'text': 'view', 'indices': [94, 99]}], [], []], ['1591167889457172480', '1386211055760674816', 'Lemon Tea Gaming', 'LemonTeaGaming', 'https://pbs.twimg.com/profile_images/1386524598204723203/X3ysibB2_normal.jpg', 'Quality Content brought to you EVERY WEEK.', 65, 16, datetime.datetime(2021, 4, 25, 6, 50, 56), 'A #modern #restaurant with the disable collisions #gamepass!\n\nhttps://t.co/uYHe8Mp9Gs\n\n#themeparktycoon2\n#ROBLOX https://t.co/ROc28Uc75a', datetime.datetime(2022, 11, 11, 20, 36, 1), 0, [{'text': 'modern', 'indices': [2, 9]}, {'text': 'restaurant', 'indices': [10, 21]}, {'text': 'gamepass', 'indices': [50, 59]}, {'text': 'themeparktycoon2', 'indices': [87, 104]}, {'text': 'ROBLOX', 'indices': [105, 112]}], [{'url': 'https://t.co/uYHe8Mp9Gs', 'expanded_url': 'https://youtu.be/OXRre0hA_SQ', 'display_url': 'youtu.be/OXRre0hA_SQ', 'indices': [62, 85]}], []], ['1591155487097380864', '18090409', 'Cali BBQ', 'CaliComfort', 'https://pbs.twimg.com/profile_images/1004065736342454272/WDy_itPd_normal.jpg', '🍖 San Diego’s Amazon Prime of BBQ 🎥 Podcasts @calibbqmedia ❤️ Founder @shawnpwalchef 📲 Buy BBQ online, anytime', 2850, 3283, datetime.datetime(2008, 12, 13, 0, 55, 22), 'RT @shawnpwalchef: Thank you Veterans 🇺🇸 - https://t.co/SicmjDPn8L #veteransday #sandiego #restaurant @calicomfort https://t.co/kVrTg1H8RX', datetime.datetime(2022, 11, 11, 19, 46, 45), 0, [{'text': 'veteransday', 'indices': [67, 79]}, {'text': 'sandiego', 'indices': [80, 89]}, {'text': 'restaurant', 'indices': [90, 101]}], [{'url': 'https://t.co/SicmjDPn8L', 'expanded_url': 'https://mailchi.mp/calibbq/meaning-of-veterans-day-2022', 'display_url': 'mailchi.mp/calibbq/meanin…', 'indices': [43, 66]}], [{'screen_name': 'shawnpwalchef', 'name': 'Shawn Walchef', 'id': 206560051, 'id_str': '206560051', 'indices': [3, 17]}, {'screen_name': 'CaliComfort', 'name': 'Cali BBQ', 'id': 18090409, 'id_str': '18090409', 'indices': [102, 114]}]], ['1591147818399727616', '1396400472', 'Kareem Michel', 'kareemmichel', 'https://pbs.twimg.com/profile_images/1507210247873736704/45XB0Es6_normal.jpg', "Don't stop creating for yourself. 📸", 3643, 2949, datetime.datetime(2013, 5, 2, 6, 38, 30), 'RT @xjamesramos: Traverse City, MI 2022\n\n#kodakgold200 #restaurant #film #mediumformat #diner https://t.co/kvqu15cDWA', datetime.datetime(2022, 11, 11, 19, 16, 16), 0, [{'text': 'kodakgold200', 'indices': [41, 54]}, {'text': 'restaurant', 'indices': [55, 66]}, {'text': 'film', 'indices': [67, 72]}, {'text': 'mediumformat', 'indices': [73, 86]}, {'text': 'diner', 'indices': [87, 93]}], [], [{'screen_name': 'xjamesramos', 'name': 'James Ramos', 'id': 1498080451155697665, 'id_str': '1498080451155697665', 'indices': [3, 15]}]], ['1591147554506305536', '23659017', 'NEWS10 ABC', 'WTEN', 'https://pbs.twimg.com/profile_images/1583455352946888719/5H8DwJIr_normal.jpg', 'Your local news leader', 6728, 89014, datetime.datetime(2009, 3, 10, 21, 17, 40), '🍴 Farm-to-table #restaurant opens in former #Latham Kmart building\nhttps://t.co/PjMXCWU4Kl https://t.co/duVGIwdCzU', datetime.datetime(2022, 11, 11, 19, 15, 13), 4, [{'text': 'restaurant', 'indices': [16, 27]}, {'text': 'Latham', 'indices': [44, 51]}], [{'url': 'https://t.co/PjMXCWU4Kl', 'expanded_url': 'https://trib.al/XxMP8gm', 'display_url': 'trib.al/XxMP8gm', 'indices': [67, 90]}], []], ['1591147442854330368', '18970117', 'FOX23News', 'FOX23News', 'https://pbs.twimg.com/profile_images/1123619701362495488/fv9xfyIr_normal.png', 'Breaking news and weather for the Capital Region of New York', 2249, 51760, datetime.datetime(2009, 1, 14, 7, 37, 3), '🍴 Farm-to-table #restaurant opens in former #Latham Kmart building\nhttps://t.co/BRbBoUIler https://t.co/NAN9Yw14jD', datetime.datetime(2022, 11, 11, 19, 14, 47), 0, [{'text': 'restaurant', 'indices': [16, 27]}, {'text': 'Latham', 'indices': [44, 51]}], [{'url': 'https://t.co/BRbBoUIler', 'expanded_url': 'https://trib.al/TZ3VhIv', 'display_url': 'trib.al/TZ3VhIv', 'indices': [67, 90]}], []], ['1591141826190344192', '206560051', 'Shawn Walchef', 'shawnpwalchef', 'https://pbs.twimg.com/profile_images/1552889762054299648/f8btOf5q_normal.jpg', 'Chief Visionary Officer @CaliBBQMedia, #RestaurantInfluencers & #DigitalHospitality Podcast Host, Restaurateur @CaliComfort & Proud New Dad.', 2854, 2293, datetime.datetime(2010, 10, 23, 6, 22, 47), 'Thank you Veterans 🇺🇸 - https://t.co/SicmjDPn8L #veteransday #sandiego #restaurant @calicomfort https://t.co/kVrTg1H8RX', datetime.datetime(2022, 11, 11, 18, 52, 28), 21, [{'text': 'veteransday', 'indices': [48, 60]}, {'text': 'sandiego', 'indices': [61, 70]}, {'text': 'restaurant', 'indices': [71, 82]}], [{'url': 'https://t.co/SicmjDPn8L', 'expanded_url': 'https://mailchi.mp/calibbq/meaning-of-veterans-day-2022', 'display_url': 'mailchi.mp/calibbq/meanin…', 'indices': [24, 47]}], [{'screen_name': 'CaliComfort', 'name': 'Cali BBQ', 'id': 18090409, 'id_str': '18090409', 'indices': [83, 95]}]], ['1591117638985732097', '39625114', 'Tania Carina Pires', 'TaniaCPires', 'https://pbs.twimg.com/profile_images/1392763102324793346/efCEMjtZ_normal.jpg', 'PT/ES - 🇬🇧EN #Translator specialising in Legal Translations ⚖️ Portuguese raised in Reading, England. I also love #animals, #books, #films, and #travelling', 2849, 2702, datetime.datetime(2009, 5, 12, 23, 19, 33), "RT @EveDonatello: It's break time.\nPhoto taken by me recently.\n#blackandwhitephotography #cafe #restaurant #Paris https://t.co/NSCQ2ll84b", datetime.datetime(2022, 11, 11, 17, 16, 21), 0, [{'text': 'blackandwhitephotography', 'indices': [63, 88]}, {'text': 'cafe', 'indices': [89, 94]}, {'text': 'restaurant', 'indices': [95, 106]}, {'text': 'Paris', 'indices': [107, 113]}], [], [{'screen_name': 'EveDonatello', 'name': 'Eve Donatello', 'id': 1344959448431947776, 'id_str': '1344959448431947776', 'indices': [3, 16]}]], ['1591079379614195717', '871977225465233409', 'Lara Grill', 'laragrilldgnhm', 'https://pbs.twimg.com/profile_images/1413887630127898632/6VWjhyPq_normal.jpg', 'Turkish cooking enjoys worldwide popularity and stands for pure indulgence and the joy and passion for food.', 16, 63, datetime.datetime(2017, 6, 6, 6, 29, 5), 'Paradise on your plate.\n.\n#laragrill #restaurant #künefe #turkishcuisine #turkishdessert https://t.co/u6tqK42Mlc', datetime.datetime(2022, 11, 11, 14, 44, 19), 2, [{'text': 'laragrill', 'indices': [26, 36]}, {'text': 'restaurant', 'indices': [37, 48]}, {'text': 'künefe', 'indices': [49, 56]}, {'text': 'turkishcuisine', 'indices': [57, 72]}, {'text': 'turkishdessert', 'indices': [73, 88]}], [], []], ['1591072096456740864', '27957934', 'Charlie Jeffers', 'chlj', 'https://pbs.twimg.com/profile_images/694680759827759104/_NuRqdMy_normal.jpg', 'Lots of Web Food Tech, my kids, my grand kids, motobikes, yoga, running, just plain fun on Twitter, w a Master in #Bacon and a Minor in #ArtisanBread', 1863, 2367, datetime.datetime(2009, 3, 31, 20, 41, 51), '#Restaurant #tech investments shift to the back-of-house | @RB_magazine https://t.co/NK9b0leBMR https://t.co/5mVQDq6xmA', datetime.datetime(2022, 11, 11, 14, 15, 23), 0, [{'text': 'Restaurant', 'indices': [0, 11]}, {'text': 'tech', 'indices': [12, 17]}], [{'url': 'https://t.co/NK9b0leBMR', 'expanded_url': 'http://ow.ly/sO4Y50LAZNI', 'display_url': 'ow.ly/sO4Y50LAZNI', 'indices': [72, 95]}], [{'screen_name': 'RB_magazine', 'name': 'Restaurant Business', 'id': 236944232, 'id_str': '236944232', 'indices': [59, 71]}]], ['1591072075187224578', '1395730628046467084', 'Chocolate & Novels', 'chocolat3novels', 'https://pbs.twimg.com/profile_images/1530941707042312192/T9JmcYlm_normal.jpg', '2 #scrittori appassionati e un sito web di #racconti a puntate sempre aggiornati. Inizia il tuo viaggio con Duels, Il Viaggiatore, Pierre e Legends.', 1981, 1993, datetime.datetime(2021, 5, 21, 13, 19, 17), "RT @EveDonatello: It's break time.\nPhoto taken by me recently.\n#blackandwhitephotography #cafe #restaurant #Paris https://t.co/NSCQ2ll84b", datetime.datetime(2022, 11, 11, 14, 15, 18), 0, [{'text': 'blackandwhitephotography', 'indices': [63, 88]}, {'text': 'cafe', 'indices': [89, 94]}, {'text': 'restaurant', 'indices': [95, 106]}, {'text': 'Paris', 'indices': [107, 113]}], [], [{'screen_name': 'EveDonatello', 'name': 'Eve Donatello', 'id': 1344959448431947776, 'id_str': '1344959448431947776', 'indices': [3, 16]}]], ['1591069413033541632', '1344959448431947776', 'Eve Donatello', 'EveDonatello', 'https://pbs.twimg.com/profile_images/1529070675268444167/T8YzzDPi_normal.jpg', 'French-Italian artist passionate about the arts, photography, writing, cultural diversity & nature.💃🌻\n(All images and texts are protected by copyright.)', 2992, 3226, datetime.datetime(2021, 1, 1, 10, 54, 11), "RT @EveDonatello: It's break time.\nPhoto taken by me recently.\n#blackandwhitephotography #cafe #restaurant #Paris https://t.co/NSCQ2ll84b", datetime.datetime(2022, 11, 11, 14, 4, 43), 0, [{'text': 'blackandwhitephotography', 'indices': [63, 88]}, {'text': 'cafe', 'indices': [89, 94]}, {'text': 'restaurant', 'indices': [95, 106]}, {'text': 'Paris', 'indices': [107, 113]}], [], [{'screen_name': 'EveDonatello', 'name': 'Eve Donatello', 'id': 1344959448431947776, 'id_str': '1344959448431947776', 'indices': [3, 16]}]], ['1591053916095283200', '1187770995559538688', 'The Amherst Corner Restaurant', 'AmherstCorner', 'https://pbs.twimg.com/profile_images/1204957984926916609/JDXIOEcD_normal.jpg', 'Our local restaurant is proud to serve up tasty comfort food and hand-dipped ice cream. Stop in today for food, family, and fun!', 3, 1, datetime.datetime(2019, 10, 25, 16, 41, 33), "Some burgers are so delicious you can't just drive on by! #TheAmherstCornerRestaurant #restaurant https://t.co/e83qzBDLBw", datetime.datetime(2022, 11, 11, 13, 3, 8), 0, [{'text': 'TheAmherstCornerRestaurant', 'indices': [59, 86]}, {'text': 'restaurant', 'indices': [87, 98]}], [], []], ['1591042537707679744', '1470756802631540740', 'ARB 🇸🇴', 'ArabayOne100', 'https://pbs.twimg.com/profile_images/1582316521178660866/odZIx8nT_normal.jpg', 'Alhamdulilah Always 💯', 334, 43, datetime.datetime(2021, 12, 14, 14, 5, 30), 'Top 10 #Somali #restaurant in #London https://t.co/X0VicIIWOg', datetime.datetime(2022, 11, 11, 12, 17, 55), 0, [{'text': 'Somali', 'indices': [7, 14]}, {'text': 'restaurant', 'indices': [15, 26]}, {'text': 'London', 'indices': [30, 37]}], [], []], ['1590994929123495936', '1484323170698285059', 'RAEESROHAIZAD', 'RaeesRohaizad', 'https://pbs.twimg.com/profile_images/1582638260236742656/4zI1_D_W_normal.jpg', 'This is RAEESROHAIZAD. Showcase was the right option.\n\nGamer (FPS) | Designer | Photo Editor\n\nNickname(s): Showcasey, Johnny', 4998, 2471, datetime.datetime(2022, 1, 21, 0, 33, 28), 'What is this fast food restaurant?\n(wrong answers only)\n#RTC #FastFood #Restaurant https://t.co/cYtKBk6x42', datetime.datetime(2022, 11, 11, 9, 8, 45), 30, [{'text': 'RTC', 'indices': [56, 60]}, {'text': 'FastFood', 'indices': [61, 70]}, {'text': 'Restaurant', 'indices': [71, 82]}], [], []], ['1590984939163774977', '1403606209127759872', 'Grandcafe', 'grandcafe_so', 'https://pbs.twimg.com/profile_images/1514586237255966727/9xZAK99J_normal.jpg', 'We are Mogadishu’s pride bringing you a modern yet traditional delicatessen. Come and taste!', 0, 355, datetime.datetime(2021, 6, 12, 6, 53, 36), 'happy friday , have you ever tried our drinks served by GrandCafe?\n\n#grandcafe #cafe #restaurant #friday https://t.co/Pqxx5YgUoK', datetime.datetime(2022, 11, 11, 8, 29, 3), 3, [{'text': 'grandcafe', 'indices': [68, 78]}, {'text': 'cafe', 'indices': [79, 84]}, {'text': 'restaurant', 'indices': [85, 96]}, {'text': 'friday', 'indices': [97, 104]}], [], []], ['1590981376735838208', '1550112856838123520', 'Ella Wilson', 'EllaWilss', 'https://pbs.twimg.com/profile_images/1550113128889085952/xw264VmT_normal.jpg', 'Lives in Abu Dhabi and a Food Enthusiast💫 Blogger/Posts New Recipes 😋 Deeply inlove with cats 😸', 106, 112, datetime.datetime(2022, 7, 21, 13, 38, 30), 'A colourful pate of food on a grey Autumn day!\n\n#thedial #burtonontrent #food #restaurant https://t.co/ZCNuFtOhFq', datetime.datetime(2022, 11, 11, 8, 14, 53), 2, [{'text': 'thedial', 'indices': [48, 56]}, {'text': 'burtonontrent', 'indices': [57, 71]}, {'text': 'food', 'indices': [72, 77]}, {'text': 'restaurant', 'indices': [78, 89]}], [], []], ['1590980639117152256', '148354107', 'THE DIAL', 'THEDIAL', 'https://pbs.twimg.com/profile_images/1531169126990983168/KMZoQpPb_normal.jpg', 'Opening hours: (Mon & Tues: Closed) Wed & Thurs : 12-8:30pm Fri: 12-9pm Sat: 10am-9pm Sun: 10am - 4pm', 2353, 3423, datetime.datetime(2010, 5, 26, 13, 53, 56), 'A colourful pate of food on a grey Autumn day!\n\n#thedial #burtonontrent #food #restaurant https://t.co/HFEgCjgmHV', datetime.datetime(2022, 11, 11, 8, 11, 58), 0, [{'text': 'thedial', 'indices': [48, 56]}, {'text': 'burtonontrent', 'indices': [57, 71]}, {'text': 'food', 'indices': [72, 77]}, {'text': 'restaurant', 'indices': [78, 89]}], [], []], ['1590973410863378433', '1589115931325698048', "O'Goody", 'ogoody_exp', 'https://pbs.twimg.com/profile_images/1589116347790766081/cqjew-D__normal.jpg', 'Share goody stuffs, places and moments', 42, 2, datetime.datetime(2022, 11, 6, 4, 43, 39), 'Visited Phi Anvi located in West Covina, California! #vietnamese #restaurant #pho #vermicelli #springroll https://t.co/r57Um0m2J3', datetime.datetime(2022, 11, 11, 7, 43, 14), 0, [{'text': 'vietnamese', 'indices': [53, 64]}, {'text': 'restaurant', 'indices': [65, 76]}, {'text': 'pho', 'indices': [77, 81]}, {'text': 'vermicelli', 'indices': [82, 93]}, {'text': 'springroll', 'indices': [94, 105]}], [], []], ['1590910977842839553', '1160793874253668352', 'WeslacoShopping', 'WeslacoShoping', 'https://pbs.twimg.com/profile_images/1160795027620139008/5flK-07B_normal.jpg', '#Vintage clothing & collectibles shop. #eBay #mercari & #Poshmark seller. #reseller #fliplife #flip #retailarbitrage', 4985, 879, datetime.datetime(2019, 8, 12, 6, 3, 20), 'Sports , beer & chicken wings. \n#sports #NBA #MAVS #BEER #wings #chickenwings #Restaurant #ojoslocos #tv #bar #grill https://t.co/Wm6yqmP3MF', datetime.datetime(2022, 11, 11, 3, 35, 9), 0, [{'text': 'sports', 'indices': [36, 43]}, {'text': 'NBA', 'indices': [44, 48]}, {'text': 'MAVS', 'indices': [49, 54]}, {'text': 'BEER', 'indices': [55, 60]}, {'text': 'wings', 'indices': [61, 67]}, {'text': 'chickenwings', 'indices': [68, 81]}, {'text': 'Restaurant', 'indices': [82, 93]}, {'text': 'ojoslocos', 'indices': [94, 104]}, {'text': 'tv', 'indices': [105, 108]}, {'text': 'bar', 'indices': [109, 113]}, {'text': 'grill', 'indices': [114, 120]}], [], []], ['1590860647130071040', '3227315188', 'Katy Jean', 'katynotie', 'https://pbs.twimg.com/profile_images/1587509533202468864/nuW1YXP5_normal.jpg', 'Dartmouthian. Mother of Vincent. Columnist @saltwirenetwork. Personal Tweeter. Goose memorializer. Saver of bees & chairs. Totus Tuus.', 2669, 7042, datetime.datetime(2015, 5, 2, 0, 20, 11), 'The times of\nRT: Burgers at #restaurant \n#Halifax #NovaScotia #SoGood #Burger #Lettuce https://t.co/yDfbxdOm5g', datetime.datetime(2022, 11, 11, 0, 15, 9), 4, [{'text': 'restaurant', 'indices': [28, 39]}, {'text': 'Halifax', 'indices': [41, 49]}, {'text': 'NovaScotia', 'indices': [50, 61]}, {'text': 'SoGood', 'indices': [62, 69]}, {'text': 'Burger', 'indices': [70, 77]}, {'text': 'Lettuce', 'indices': [78, 86]}], [], []], ['1590809005592805378', '160626005', 'THE ELOHIM ANU AMUN-RA HERU🏁👑🥷🏾🧘🏾\u200d♂️', 'KingHeru95', 'https://pbs.twimg.com/profile_images/1588102715653095425/6kMMyDsh_normal.jpg', 'Artist | Shinobi | Prophet | Visionary | Director of Vizual Art | Southern WaterTribe [ Founder/Owner of @KlaszicVizuals 📷🎥 ]', 750, 1365, datetime.datetime(2010, 6, 28, 18, 13, 48), 'RT @xjamesramos: Traverse City, MI 2022\n\n#kodakgold200 #restaurant #film #mediumformat #diner https://t.co/kvqu15cDWA', datetime.datetime(2022, 11, 10, 20, 49, 57), 0, [{'text': 'kodakgold200', 'indices': [41, 54]}, {'text': 'restaurant', 'indices': [55, 66]}, {'text': 'film', 'indices': [67, 72]}, {'text': 'mediumformat', 'indices': [73, 86]}, {'text': 'diner', 'indices': [87, 93]}], [], [{'screen_name': 'xjamesramos', 'name': 'James Ramos', 'id': 1498080451155697665, 'id_str': '1498080451155697665', 'indices': [3, 15]}]], ['1590774927745253377', '1525754568373678090', 'Wilfred', 'wilfredxyz', 'https://pbs.twimg.com/profile_images/1589139700010426371/bvd8seSe_normal.jpg', 'Deus ex machina', 520, 463, datetime.datetime(2022, 5, 15, 8, 27, 5), 'RT @Vanilla_abuja: Designed for Fine Dinning.\n.\n#abuja #vanillaabuja #restaurant https://t.co/tvZzjpgthd', datetime.datetime(2022, 11, 10, 18, 34, 32), 0, [{'text': 'abuja', 'indices': [48, 54]}, {'text': 'vanillaabuja', 'indices': [55, 68]}, {'text': 'restaurant', 'indices': [69, 80]}], [], [{'screen_name': 'Vanilla_abuja', 'name': 'Vanilla Abuja', 'id': 44600650, 'id_str': '44600650', 'indices': [3, 17]}]], ['1590770070296432643', '27957934', 'Charlie Jeffers', 'chlj', 'https://pbs.twimg.com/profile_images/694680759827759104/_NuRqdMy_normal.jpg', 'Lots of Web Food Tech, my kids, my grand kids, motobikes, yoga, running, just plain fun on Twitter, w a Master in #Bacon and a Minor in #ArtisanBread', 1863, 2367, datetime.datetime(2009, 3, 31, 20, 41, 51), 'Top 10 #Restaurant #Stocks Under $10 | @YahooFinance https://t.co/v5wEqIWtlQ https://t.co/bRkDycJal0', datetime.datetime(2022, 11, 10, 18, 15, 14), 2, [{'text': 'Restaurant', 'indices': [7, 18]}, {'text': 'Stocks', 'indices': [19, 26]}], [{'url': 'https://t.co/v5wEqIWtlQ', 'expanded_url': 'http://ow.ly/M4Rv50LzKLn', 'display_url': 'ow.ly/M4Rv50LzKLn', 'indices': [53, 76]}], [{'screen_name': 'YahooFinance', 'name': 'Yahoo Finance', 'id': 19546277, 'id_str': '19546277', 'indices': [39, 52]}]], ['1590764543340417029', '51983196', 'Ramesh Ramakrishnan', 'writeramesh', 'https://pbs.twimg.com/profile_images/1065816727408254976/DLJvccAM_normal.jpg', 'Photographer. Traveller. Automotive enthusiast. communicator. Believes the best place to be in would be a combination of all of the above!', 219, 325, datetime.datetime(2009, 6, 29, 6, 34), 'Random clicks in random places. #shotoniphone #restaurant #interior #sunny https://t.co/cKh5qSGXIj https://t.co/2DSdoxdgPv', datetime.datetime(2022, 11, 10, 17, 53, 16), 0, [{'text': 'shotoniphone', 'indices': [32, 45]}, {'text': 'restaurant', 'indices': [46, 57]}, {'text': 'interior', 'indices': [58, 67]}, {'text': 'sunny', 'indices': [68, 74]}], [{'url': 'https://t.co/cKh5qSGXIj', 'expanded_url': 'https://instagr.am/p/CkyfbUuKp8F/', 'display_url': 'instagr.am/p/CkyfbUuKp8F/', 'indices': [75, 98]}], []], ['1590762283080089600', '272487468', 'John Holloway', 'JohnHolloway94', 'https://pbs.twimg.com/profile_images/1560650116427554817/eHzVr_T0_normal.jpg', 'photo - leica & film', 229, 430, datetime.datetime(2011, 3, 26, 16, 23, 19), 'RT @xjamesramos: Traverse City, MI 2022\n\n#kodakgold200 #restaurant #film #mediumformat #diner https://t.co/kvqu15cDWA', datetime.datetime(2022, 11, 10, 17, 44, 17), 0, [{'text': 'kodakgold200', 'indices': [41, 54]}, {'text': 'restaurant', 'indices': [55, 66]}, {'text': 'film', 'indices': [67, 72]}, {'text': 'mediumformat', 'indices': [73, 86]}, {'text': 'diner', 'indices': [87, 93]}], [], [{'screen_name': 'xjamesramos', 'name': 'James Ramos', 'id': 1498080451155697665, 'id_str': '1498080451155697665', 'indices': [3, 15]}]], ['1590754995460509697', '27957934', 'Charlie Jeffers', 'chlj', 'https://pbs.twimg.com/profile_images/694680759827759104/_NuRqdMy_normal.jpg', 'Lots of Web Food Tech, my kids, my grand kids, motobikes, yoga, running, just plain fun on Twitter, w a Master in #Bacon and a Minor in #ArtisanBread', 1863, 2367, datetime.datetime(2009, 3, 31, 20, 41, 51), '#Data-Sharing Reduces #Restaurant Payment Friction | @pymnts https://t.co/q6aILNJqn8 https://t.co/6qjdJhb9C1', datetime.datetime(2022, 11, 10, 17, 15, 20), 0, [{'text': 'Data', 'indices': [0, 5]}, {'text': 'Restaurant', 'indices': [22, 33]}], [{'url': 'https://t.co/q6aILNJqn8', 'expanded_url': 'http://ow.ly/KpyG50LzKBj', 'display_url': 'ow.ly/KpyG50LzKBj', 'indices': [61, 84]}], [{'screen_name': 'pymnts', 'name': 'PYMNTS', 'id': 57376328, 'id_str': '57376328', 'indices': [53, 60]}]], ['1590752856919117824', '95480066', 'ARTO', 'ARTObrick', 'https://pbs.twimg.com/profile_images/1268396784805531648/Owi_tjyH_normal.jpg', 'Rustic Elegance handcrafted in Los Angeles since 1966 || tile & brick by 80+ souls. We are makers. 📱 Tweets by Lori || @themfg is Armen', 3689, 4502, datetime.datetime(2009, 12, 8, 19, 3, 21), 'Rustic Elegance - The Bungalow- Long Beach, CA \n#restaurant #flooring #ThankfulThursday https://t.co/hsWap1gwDB', datetime.datetime(2022, 11, 10, 17, 6, 50), 5, [{'text': 'restaurant', 'indices': [48, 59]}, {'text': 'flooring', 'indices': [60, 69]}, {'text': 'ThankfulThursday', 'indices': [70, 87]}], [], []], ['1590746266572423169', '14275259', 'Clay Ⓥ 🌕🌖🌗🌘🌑🌒🌓🌔🌕', 'CWDaly', 'https://pbs.twimg.com/profile_images/1514593047279022081/7kSXOSD__normal.jpg', 'Co-host of Cybrcast (@cybrcast), BubbleSort (@bubblesortshow), & BubbleSort TV (@bubblesortTV). Solo podcast Through My Lens @withclaydaly & @Harm_Less', 323, 559, datetime.datetime(2008, 4, 1, 14, 55, 20), 'RT @xjamesramos: Traverse City, MI 2022\n\n#kodakgold200 #restaurant #film #mediumformat #diner https://t.co/kvqu15cDWA', datetime.datetime(2022, 11, 10, 16, 40, 39), 0, [{'text': 'kodakgold200', 'indices': [41, 54]}, {'text': 'restaurant', 'indices': [55, 66]}, {'text': 'film', 'indices': [67, 72]}, {'text': 'mediumformat', 'indices': [73, 86]}, {'text': 'diner', 'indices': [87, 93]}], [], [{'screen_name': 'xjamesramos', 'name': 'James Ramos', 'id': 1498080451155697665, 'id_str': '1498080451155697665', 'indices': [3, 15]}]], ['1590740910626983936', '1313482356238495745', 'Clint Hatcher', 'hatch_clint', 'https://pbs.twimg.com/profile_images/1441207592487768070/84BoYF75_normal.jpg', 'Christian, American and Arkansan in that order. Political conservative with a central time zone perspective. Music lover especially jazz.', 397, 337, datetime.datetime(2020, 10, 6, 14, 13, 20), 'RT @FarmPolicy: October #Food Prices, at home (#grocery), away from home (#restaurant). https://t.co/NYuzG3B5MO', datetime.datetime(2022, 11, 10, 16, 19, 22), 0, [{'text': 'Food', 'indices': [24, 29]}, {'text': 'grocery', 'indices': [47, 55]}, {'text': 'restaurant', 'indices': [74, 85]}], [], [{'screen_name': 'FarmPolicy', 'name': 'FarmPolicy', 'id': 38833974, 'id_str': '38833974', 'indices': [3, 14]}]], ['1590739880530911235', '27957934', 'Charlie Jeffers', 'chlj', 'https://pbs.twimg.com/profile_images/694680759827759104/_NuRqdMy_normal.jpg', 'Lots of Web Food Tech, my kids, my grand kids, motobikes, yoga, running, just plain fun on Twitter, w a Master in #Bacon and a Minor in #ArtisanBread', 1863, 2367, datetime.datetime(2009, 3, 31, 20, 41, 51), 'What’s In Store For The #Restaurant Industry In The Age Of The #Metaverse? | @Forbes https://t.co/ZePaKZih0t https://t.co/KH14IXsHCH', datetime.datetime(2022, 11, 10, 16, 15, 16), 0, [{'text': 'Restaurant', 'indices': [24, 35]}, {'text': 'Metaverse', 'indices': [63, 73]}], [{'url': 'https://t.co/ZePaKZih0t', 'expanded_url': 'http://ow.ly/egUz50LzKxt', 'display_url': 'ow.ly/egUz50LzKxt', 'indices': [85, 108]}], [{'screen_name': 'Forbes', 'name': 'Forbes', 'id': 91478624, 'id_str': '91478624', 'indices': [77, 84]}]], ['1590725587844620290', '1581947114648633345', 'Balcona.bh', 'Balcona_bh', 'https://pbs.twimg.com/profile_images/1583777412889952257/KNY8aKYT_normal.jpg', 'Mediterranean cuisine Restaurant & Cafe\n.\nTiming:\n24 hours \n.\n\n17717787-38188877-66341555', 1, 1, datetime.datetime(2022, 10, 17, 9, 56, 20), 'OPENING SOON 💥\n\n#balcona #Bahrain #restaurant #Food #soon #lunch #dinner https://t.co/Hxf7uWUl6l', datetime.datetime(2022, 11, 10, 15, 18, 29), 0, [{'text': 'balcona', 'indices': [16, 24]}, {'text': 'Bahrain', 'indices': [25, 33]}, {'text': 'restaurant', 'indices': [34, 45]}, {'text': 'Food', 'indices': [46, 51]}, {'text': 'soon', 'indices': [52, 57]}, {'text': 'lunch', 'indices': [58, 64]}, {'text': 'dinner', 'indices': [65, 72]}], [], []], ['1590724357806227458', '1498080451155697665', 'James Ramos', 'xjamesramos', 'https://pbs.twimg.com/profile_images/1518288800799150085/GfnCRRqw_normal.jpg', 'Catching the aura of small towns from the great Midwest and city street life.', 236, 370, datetime.datetime(2022, 2, 27, 23, 40, 43), 'Traverse City, MI 2022\n\n#kodakgold200 #restaurant #film #mediumformat #diner https://t.co/kvqu15cDWA', datetime.datetime(2022, 11, 10, 15, 13, 35), 38, [{'text': 'kodakgold200', 'indices': [24, 37]}, {'text': 'restaurant', 'indices': [38, 49]}, {'text': 'film', 'indices': [50, 55]}, {'text': 'mediumformat', 'indices': [56, 69]}, {'text': 'diner', 'indices': [70, 76]}], [], []], ['1590717314907148289', '2563542572', 'The Lighthouse', 'AldeLighthouse', 'https://pbs.twimg.com/profile_images/1331919598208356355/6YZ7Mbe1_normal.jpg', 'Serving food with fresh ingredients by the seaside. \n\nTry our gin https://t.co/HD28BFi4CC', 1253, 2109, datetime.datetime(2014, 6, 12, 14, 49, 51), "HAPPY BIRTHDAY, GUY!\n\nWe don't reckon you look a day over 25 ;)\n\n#Aldeburgh #TheLighthouse #Restaurant https://t.co/dU01RxEpYn", datetime.datetime(2022, 11, 10, 14, 45, 36), 15, [{'text': 'Aldeburgh', 'indices': [65, 75]}, {'text': 'TheLighthouse', 'indices': [76, 90]}, {'text': 'Restaurant', 'indices': [91, 102]}], [], []], ['1590709696796987393', '38833974', 'FarmPolicy', 'FarmPolicy', 'https://pbs.twimg.com/profile_images/1053005050644070400/Ij_9QMPW_normal.jpg', 'Keith Good is the Farm Policy News Editor for the farmdoc project at @UofIllinois. @PurdueAgEcon & @SIUSchoolofLaw alum; grandson of #Illinois family #farmers.', 12644, 25099, datetime.datetime(2009, 5, 9, 10, 44, 55), 'October #Food Prices, at home (#grocery), away from home (#restaurant). https://t.co/NYuzG3B5MO', datetime.datetime(2022, 11, 10, 14, 15, 20), 1, [{'text': 'Food', 'indices': [8, 13]}, {'text': 'grocery', 'indices': [31, 39]}, {'text': 'restaurant', 'indices': [58, 69]}], [], []], ['1590696378388598784', '1401946609399836677', 'chef Barry (Baz) Liversidge', 'LiversidgeBaz', 'https://pbs.twimg.com/profile_images/1584162200163438592/4E-4aVIT_normal.jpg', 'Head chef at Queens head, Kirkby la Thorpe . #Lincolnshire #fresh and using locally sourced produce. husband and #dog 🐶 owner #QHR #chef', 855, 273, datetime.datetime(2021, 6, 7, 16, 58, 28), '#QHR #restaurant @QueensKirkby #lincsconnect open Wednesday to Saturday lunch and dinner #LINCOLNSHIRE #food https://t.co/LK4IX9aA4M', datetime.datetime(2022, 11, 10, 13, 22, 24), 7, [{'text': 'QHR', 'indices': [0, 4]}, {'text': 'restaurant', 'indices': [5, 16]}, {'text': 'lincsconnect', 'indices': [31, 44]}, {'text': 'LINCOLNSHIRE', 'indices': [89, 102]}, {'text': 'food', 'indices': [103, 108]}], [], [{'screen_name': 'QueensKirkby', 'name': 'Queens Head Kirkby-La-Thorpe', 'id': 1392488297679761412, 'id_str': '1392488297679761412', 'indices': [17, 30]}]], ['1590695577024884741', '3330348586', 'LLM - Luxury Lifestyle Magazine', 'luxlifestyleuk', 'https://pbs.twimg.com/profile_images/1192434842216148994/X1bbMih2_normal.jpg', 'The Ultimate Showcase In Luxury Living', 817, 3410, datetime.datetime(2015, 6, 16, 22, 26, 37), 'Restaurant Review: Clos Maggiore, Covent Garden in London - https://t.co/SPIjoK8n64 #restaurant #London https://t.co/CjKOu2w3OY', datetime.datetime(2022, 11, 10, 13, 19, 13), 2, [{'text': 'restaurant', 'indices': [84, 95]}, {'text': 'London', 'indices': [96, 103]}], [{'url': 'https://t.co/SPIjoK8n64', 'expanded_url': 'https://www.luxurylifestylemag.co.uk/food-and-drink/restaurant-review-clos-maggiore-covent-garden-in-london/', 'display_url': 'luxurylifestylemag.co.uk/food-and-drink…', 'indices': [60, 83]}], []], ['1590686189459496961', '1201430557915303936', 'Seyram📸🦍✨', '__theSeyram', 'https://pbs.twimg.com/profile_images/1515482159330562053/hMx_iOJ4_normal.jpg', 'Explorer | Photographer | Drone Pilot IG:https://t.co/2JCURbLbzZ | Behance: https://t.co/WRRNjG3oyQ | Mail:theseyram1@gmail.com', 3915, 94854, datetime.datetime(2019, 12, 2, 9, 19, 25), 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 10, 12, 41, 55), 0, [{'text': 'meetingrooms', 'indices': [41, 54]}, {'text': 'conferencecenter', 'indices': [55, 72]}, {'text': 'restaurant', 'indices': [73, 84]}, {'text': 'bar', 'indices': [85, 89]}], [], [{'screen_name': 'Selasiiiiiii', 'name': 'Maameeeee💕', 'id': 995573985948717061, 'id_str': '995573985948717061', 'indices': [3, 16]}]], ['1590682971538800640', '875495362143944705', 'Chuck George', 'chuckgeorge_', 'https://pbs.twimg.com/profile_images/1586044105234284544/TJdSooKo_normal.jpg', 'Building Chuck’s in Europe.', 166, 28, datetime.datetime(2017, 6, 15, 23, 28, 55), 'Stoked about the #restaurant pop-up we’re doing this weekend with the BEC team from #Copenhagen 👇🏻 https://t.co/C03GS9OeaH', datetime.datetime(2022, 11, 10, 12, 29, 8), 1, [{'text': 'restaurant', 'indices': [17, 28]}, {'text': 'Copenhagen', 'indices': [84, 95]}], [], []], ['1590672132966875138', '823084839041662977', 'Clare', 'thisis_stillme', 'https://pbs.twimg.com/profile_images/1502251172073295879/BsxczGox_normal.png', 'Personal growth, Self-Care, Motivation, Mindset. I write about my life lessons to inspire. You can reach me at thisis_stillme@outlook.com', 702, 284, datetime.datetime(2017, 1, 22, 8, 28, 12), 'A Throwback To February\n\nhttps://t.co/ldjLnY6oki\n\n#february #ovewhelm #fear #happy #restaurant https://t.co/Zd1CfidruS', datetime.datetime(2022, 11, 10, 11, 46, 4), 0, [{'text': 'february', 'indices': [50, 59]}, {'text': 'ovewhelm', 'indices': [60, 69]}, {'text': 'fear', 'indices': [70, 75]}, {'text': 'happy', 'indices': [76, 82]}, {'text': 'restaurant', 'indices': [83, 94]}], [{'url': 'https://t.co/ldjLnY6oki', 'expanded_url': 'https://thisisstillme.medium.com/a90ce564062c?source=friends_link&sk=15b94e91c8a90520199eca62480d5703', 'display_url': 'thisisstillme.medium.com/a90ce564062c?s…', 'indices': [25, 48]}], []], ['1590645492660129792', '1199609352237277184', 'Express Taxis Falkirk', 'ExpressFalkirk', 'https://pbs.twimg.com/profile_images/1346021716582158336/3ak6lhvQ_normal.jpg', "Express Taxis are Falkirk's premier taxi service. Call us on 01328 638000 or download our app here → https://t.co/S2ntKsJlWX", 546, 131, datetime.datetime(2019, 11, 27, 8, 42, 19), 'Been thinking about the meal for at least a couple days... 🤣 \n\n#Restaurant #Falkirk #Meme https://t.co/BrWnkLDxMT', datetime.datetime(2022, 11, 10, 10, 0, 12), 0, [{'text': 'Restaurant', 'indices': [63, 74]}, {'text': 'Falkirk', 'indices': [75, 83]}, {'text': 'Meme', 'indices': [84, 89]}], [], []], ['1590619248694808576', '1080759122855899136', 'CENHOT', 'Cenhotequipment', 'https://pbs.twimg.com/profile_images/1083631613232087040/vm13BSRi_normal.jpg', 'Restaurant Equipment', 267, 89, datetime.datetime(2019, 1, 3, 9, 33, 49), 'Homemade dinner, steak with red wine😋\n#Dinner #Steak #wine #food #homemade #restaurant \n\nhttps://t.co/N0VO5YZUlS https://t.co/Y3pA9XRmnn', datetime.datetime(2022, 11, 10, 8, 15, 55), 1, [{'text': 'Dinner', 'indices': [38, 45]}, {'text': 'Steak', 'indices': [46, 52]}, {'text': 'wine', 'indices': [53, 58]}, {'text': 'food', 'indices': [59, 64]}, {'text': 'homemade', 'indices': [65, 74]}, {'text': 'restaurant', 'indices': [75, 86]}], [{'url': 'https://t.co/N0VO5YZUlS', 'expanded_url': 'https://cenhot.com', 'display_url': 'cenhot.com', 'indices': [89, 112]}], []], ['1590618862298415105', '398991127', 'James Peck', 'jameschef24', 'https://pbs.twimg.com/profile_images/1580570466594562053/GtAiYW7k_normal.jpg', 'Chef Owner of Restaurant Ember', 2136, 2255, datetime.datetime(2011, 10, 26, 20, 48, 50), 'Stand back, remind yourself\n\n#thejourney #chef #ember #restaurant https://t.co/Vwk2Ngc3uN', datetime.datetime(2022, 11, 10, 8, 14, 23), 6, [{'text': 'thejourney', 'indices': [29, 40]}, {'text': 'chef', 'indices': [41, 46]}, {'text': 'ember', 'indices': [47, 53]}, {'text': 'restaurant', 'indices': [54, 65]}], [], []], ['1590515501364838401', '24132717', 'CrazySales.com.au', 'CrazySalesAus', 'https://pbs.twimg.com/profile_images/1277875761727193088/Lrf_ScT4_normal.jpg', 'Online Department Store Follow us for delightful tweet-deals and Crazy Deals of the Day! https://t.co/3rSIjBrAeL', 1765, 1451, datetime.datetime(2009, 3, 13, 5, 17, 34), 'Portable Collapsible Kitchen Cart https://t.co/mZNLyJ9T7m #cart #kitchen #trolley #home #hotel #restaurant https://t.co/CIfSF8Pdff', datetime.datetime(2022, 11, 10, 1, 23, 40), 1, [{'text': 'cart', 'indices': [58, 63]}, {'text': 'kitchen', 'indices': [64, 72]}, {'text': 'trolley', 'indices': [73, 81]}, {'text': 'home', 'indices': [82, 87]}, {'text': 'hotel', 'indices': [88, 94]}, {'text': 'restaurant', 'indices': [95, 106]}], [{'url': 'https://t.co/mZNLyJ9T7m', 'expanded_url': 'https://cutt.ly/jMekWTG', 'display_url': 'cutt.ly/jMekWTG', 'indices': [34, 57]}], []], ['1590419092875640832', '1546191741597908992', 'loicandsport', 'coachloic94', 'https://pbs.twimg.com/profile_images/1580608341163769856/bhwUacWQ_normal.jpg', 'I like sport and I do it a lot. I like Japan and I hope we can ve friend. You can follow me or talk with me 😊😊😊🌟🌟', 97, 41, datetime.datetime(2022, 7, 10, 17, 57, 2), 'So good #Food #restaurant https://t.co/1uZeMd9JoK', datetime.datetime(2022, 11, 9, 19, 0, 34), 1, [{'text': 'Food', 'indices': [8, 13]}, {'text': 'restaurant', 'indices': [14, 25]}], [], []], ['1590407692287447043', '27957934', 'Charlie Jeffers', 'chlj', 'https://pbs.twimg.com/profile_images/694680759827759104/_NuRqdMy_normal.jpg', 'Lots of Web Food Tech, my kids, my grand kids, motobikes, yoga, running, just plain fun on Twitter, w a Master in #Bacon and a Minor in #ArtisanBread', 1863, 2367, datetime.datetime(2009, 3, 31, 20, 41, 51), '3 Tips for Managing a Healthy #Restaurant #Workforce | @ModRestManage https://t.co/GI2bx6kNwc https://t.co/S877rnzK3j', datetime.datetime(2022, 11, 9, 18, 15, 16), 0, [{'text': 'Restaurant', 'indices': [30, 41]}, {'text': 'Workforce', 'indices': [42, 52]}], [{'url': 'https://t.co/GI2bx6kNwc', 'expanded_url': 'http://ow.ly/sBPf50LyBB4', 'display_url': 'ow.ly/sBPf50LyBB4', 'indices': [70, 93]}], [{'screen_name': 'ModRestManage', 'name': 'ModRestManagement', 'id': 715578249213042688, 'id_str': '715578249213042688', 'indices': [55, 69]}]], ['1590404077191860225', '1577361386488856576', "Las Mamacita's Mexican Restaurant", 'Las_Mamacitas_R', 'https://pbs.twimg.com/profile_images/1577361495410753548/NAbxiR9h_normal.jpg', '"𝐌𝐚𝐝𝐞 𝐰𝐢𝐭𝐡 𝐥𝐨𝐯𝐞 𝐚𝐧𝐝 𝐭𝐫𝐚𝐝𝐢𝐭𝐢𝐨𝐧 𝐬𝐢𝐧𝐜𝐞 𝟏𝟗𝟕𝟓"\nFood made daily, weekly specials and entertainment throughout the week', 2, 6, datetime.datetime(2022, 10, 4, 18, 14, 20), 'Yummy mexican food🤤🤤🤤🇲🇽 \n\n👉https://t.co/BMsVEyrTr6\n🛵https://t.co/FRFIvm9R3M \n\n#Restaurant #Mexicanfood #Yummy https://t.co/rWomOJ10fd', datetime.datetime(2022, 11, 9, 18, 0, 54), 1, [{'text': 'Restaurant', 'indices': [78, 89]}, {'text': 'Mexicanfood', 'indices': [90, 102]}, {'text': 'Yummy', 'indices': [103, 109]}], [{'url': 'https://t.co/BMsVEyrTr6', 'expanded_url': 'http://www.lasmamacitasmexicanrestaurant.com', 'display_url': 'lasmamacitasmexicanrestaurant.com', 'indices': [27, 50]}, {'url': 'https://t.co/FRFIvm9R3M', 'expanded_url': 'https://tinyurl.com/2ymyy4pg', 'display_url': 'tinyurl.com/2ymyy4pg', 'indices': [52, 75]}], []], ['1590396262897307649', '938794093282512896', 'Afia.A', 'efyaa_', 'https://pbs.twimg.com/profile_images/1535920688833380354/LBNov3Iw_normal.jpg', 'law student', 7467, 11092, datetime.datetime(2017, 12, 7, 15, 35, 28), 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 9, 17, 29, 51), 0, [{'text': 'meetingrooms', 'indices': [41, 54]}, {'text': 'conferencecenter', 'indices': [55, 72]}, {'text': 'restaurant', 'indices': [73, 84]}, {'text': 'bar', 'indices': [85, 89]}], [], [{'screen_name': 'Selasiiiiiii', 'name': 'Maameeeee💕', 'id': 995573985948717061, 'id_str': '995573985948717061', 'indices': [3, 16]}]], ['1590380429512933376', '556869362', 'Tony Foster MNAEA, MICBA', 'WPSCommercial', 'https://pbs.twimg.com/profile_images/1461728881740861445/Wukygw-n_normal.jpg', 'Webbers Commercial Business & Commercial Property Agents We sell and Let Commercial Property and Businesses in The South West Established for over 40 years', 2651, 1569, datetime.datetime(2012, 4, 18, 13, 37, 27), 'FOR SALE Seafront #Restaurant located at #Ilfracombe with 2 apartments over see here https://t.co/UQQvwy79s9 https://t.co/ARf1Ll8Mk7', datetime.datetime(2022, 11, 9, 16, 26, 56), 0, [{'text': 'Restaurant', 'indices': [18, 29]}, {'text': 'Ilfracombe', 'indices': [41, 52]}], [{'url': 'https://t.co/UQQvwy79s9', 'expanded_url': 'https://www.webbers.co.uk/property/st-james-place-ilfracombe-devon-ex34-9bh-2/', 'display_url': 'webbers.co.uk/property/st-ja…', 'indices': [85, 108]}], []], ['1590378358248177665', '4644710715', 'Miss Coco 🍫', 'ryk_kah', 'https://pbs.twimg.com/profile_images/1451231101142306818/zeNd8OeY_normal.jpg', '', 168, 139, datetime.datetime(2015, 12, 29, 16, 27, 25), 'RT @GyanduPlace: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/ONAKzIgsPp', datetime.datetime(2022, 11, 9, 16, 18, 43), 0, [{'text': 'meetingrooms', 'indices': [40, 53]}, {'text': 'conferencecenter', 'indices': [54, 71]}, {'text': 'restaurant', 'indices': [72, 83]}, {'text': 'bar', 'indices': [84, 88]}], [], [{'screen_name': 'GyanduPlace', 'name': 'Gyandu Place', 'id': 1550504744132681733, 'id_str': '1550504744132681733', 'indices': [3, 15]}]], ['1590373881793110016', '1573056208784822272', 'PolishSteakHouse', 'Polishsteakhou1', 'https://pbs.twimg.com/profile_images/1574909117839409152/TvaxrNzB_normal.jpg', 'At Polish steak house, your last bite is just as good as your first.', 0, 0, datetime.datetime(2022, 9, 22, 21, 7, 13), 'Polish Steak House\n.\n.\n.\n.\n.\n.\n.\n.\n#food #steak #restaurant #authentic https://t.co/N6XTfcku74', datetime.datetime(2022, 11, 9, 16, 0, 55), 0, [{'text': 'food', 'indices': [35, 40]}, {'text': 'steak', 'indices': [41, 47]}, {'text': 'restaurant', 'indices': [48, 59]}, {'text': 'authentic', 'indices': [60, 70]}], [], []], ['1590369601422233601', '771015378415661056', 'Tequilas Bar & Grill', 'VisitTequilas', 'https://pbs.twimg.com/profile_images/771019904849817600/NTIJ0MMf_normal.jpg', 'Visit Tequilas Bar & Grill. Check Our Daily Specials...Because EVERY Day Is Special Here!', 17, 25, datetime.datetime(2016, 8, 31, 16, 2, 45), 'Craving Salads? We have delicious and healthy ones for you 😋 \n#tequilas #mexican #food #restaurant #salads https://t.co/iyKl9B0OL6', datetime.datetime(2022, 11, 9, 15, 43, 55), 0, [{'text': 'tequilas', 'indices': [62, 71]}, {'text': 'mexican', 'indices': [72, 80]}, {'text': 'food', 'indices': [81, 86]}, {'text': 'restaurant', 'indices': [87, 98]}, {'text': 'salads', 'indices': [99, 106]}], [], []], ['1590368875790614529', '182866974', 'elpasomexican', 'elpasomexican', 'https://pbs.twimg.com/profile_images/778662179037818880/vb4xSyyP_normal.jpg', 'hello amigos', 2, 27, datetime.datetime(2010, 8, 25, 15, 57, 31), 'We are always up for salsa and chips, what about you?\n#elpaso #mexican #restaurant #food #salsa #chips https://t.co/jfX1HzY0Tu', datetime.datetime(2022, 11, 9, 15, 41, 2), 0, [{'text': 'elpaso', 'indices': [54, 61]}, {'text': 'mexican', 'indices': [62, 70]}, {'text': 'restaurant', 'indices': [71, 82]}, {'text': 'food', 'indices': [83, 88]}, {'text': 'salsa', 'indices': [89, 95]}, {'text': 'chips', 'indices': [96, 102]}], [], []], ['1590368316928905216', '317825411', 'James Brew Amissah', 'jaybrew3690', 'https://pbs.twimg.com/profile_images/1509912321858154500/I797AvHg_normal.jpg', 'social media manager, web designer & blogger. Behind @PhoenixKreative & @thebrewshow3690', 3814, 3819, datetime.datetime(2011, 6, 15, 14, 51, 37), 'RT @GyanduPlace: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/ONAKzIgsPp', datetime.datetime(2022, 11, 9, 15, 38, 49), 0, [{'text': 'meetingrooms', 'indices': [40, 53]}, {'text': 'conferencecenter', 'indices': [54, 71]}, {'text': 'restaurant', 'indices': [72, 83]}, {'text': 'bar', 'indices': [84, 88]}], [], [{'screen_name': 'GyanduPlace', 'name': 'Gyandu Place', 'id': 1550504744132681733, 'id_str': '1550504744132681733', 'indices': [3, 15]}]], ['1590362392701157376', '27957934', 'Charlie Jeffers', 'chlj', 'https://pbs.twimg.com/profile_images/694680759827759104/_NuRqdMy_normal.jpg', 'Lots of Web Food Tech, my kids, my grand kids, motobikes, yoga, running, just plain fun on Twitter, w a Master in #Bacon and a Minor in #ArtisanBread', 1863, 2367, datetime.datetime(2009, 3, 31, 20, 41, 51), 'Is Your #Restaurant #Loyalty Program Ready for the Holidays? | @QSRmagazine https://t.co/ZOFViA6KDQ https://t.co/Cjx031skHv', datetime.datetime(2022, 11, 9, 15, 15, 16), 0, [{'text': 'Restaurant', 'indices': [8, 19]}, {'text': 'Loyalty', 'indices': [20, 28]}], [{'url': 'https://t.co/ZOFViA6KDQ', 'expanded_url': 'http://ow.ly/EvEg50LyAZS', 'display_url': 'ow.ly/EvEg50LyAZS', 'indices': [76, 99]}], [{'screen_name': 'QSRmagazine', 'name': 'QSR magazine', 'id': 17294582, 'id_str': '17294582', 'indices': [63, 75]}]], ['1590360198115643392', '1137990645858144256', 'Richmond Asare', '_richie2', 'https://pbs.twimg.com/profile_images/1587788747659247616/yhrTgfhE_normal.jpg', 'Graphic Designer || Web Developer/ Designer || Digital Marketer|| UiUX Designer|| Publicity Photography || Social Media Manager and Marketer', 2239, 1500, datetime.datetime(2019, 6, 10, 7, 51, 27), 'RT @GyanduPlace: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/ONAKzIgsPp', datetime.datetime(2022, 11, 9, 15, 6, 33), 0, [{'text': 'meetingrooms', 'indices': [40, 53]}, {'text': 'conferencecenter', 'indices': [54, 71]}, {'text': 'restaurant', 'indices': [72, 83]}, {'text': 'bar', 'indices': [84, 88]}], [], [{'screen_name': 'GyanduPlace', 'name': 'Gyandu Place', 'id': 1550504744132681733, 'id_str': '1550504744132681733', 'indices': [3, 15]}]], ['1590360062673195009', '972548110437310470', 'Asanty🦋', 'asanty__', 'https://pbs.twimg.com/profile_images/1591560291657154560/Xmbmr_K7_normal.jpg', 'I’m enough✨ and loved❤️🦋', 1027, 1426, datetime.datetime(2018, 3, 10, 19, 1, 53), 'RT @GyanduPlace: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/ONAKzIgsPp', datetime.datetime(2022, 11, 9, 15, 6, 1), 0, [{'text': 'meetingrooms', 'indices': [40, 53]}, {'text': 'conferencecenter', 'indices': [54, 71]}, {'text': 'restaurant', 'indices': [72, 83]}, {'text': 'bar', 'indices': [84, 88]}], [], [{'screen_name': 'GyanduPlace', 'name': 'Gyandu Place', 'id': 1550504744132681733, 'id_str': '1550504744132681733', 'indices': [3, 15]}]], ['1590359610497433600', '1005045776995835904', 'L.', 'Normanyo2', 'https://pbs.twimg.com/profile_images/1570526753319182341/nD7Slk2X_normal.jpg', 'Colours', 589, 247, datetime.datetime(2018, 6, 8, 11, 16), 'RT @GyanduPlace: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/ONAKzIgsPp', datetime.datetime(2022, 11, 9, 15, 4, 13), 0, [{'text': 'meetingrooms', 'indices': [40, 53]}, {'text': 'conferencecenter', 'indices': [54, 71]}, {'text': 'restaurant', 'indices': [72, 83]}, {'text': 'bar', 'indices': [84, 88]}], [], [{'screen_name': 'GyanduPlace', 'name': 'Gyandu Place', 'id': 1550504744132681733, 'id_str': '1550504744132681733', 'indices': [3, 15]}]], ['1590359148428144641', '717799733486596096', 'Marilyn Martial ✨', 'marilyn_amofah', 'https://pbs.twimg.com/profile_images/1561440905894268930/CbqfIqSK_normal.jpg', 'Lil Wayne ❤❤ Anthony Martial ❤ Manchester United ❤❤', 1605, 7128, datetime.datetime(2016, 4, 6, 19, 42, 47), 'RT @GyanduPlace: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/ONAKzIgsPp', datetime.datetime(2022, 11, 9, 15, 2, 23), 0, [{'text': 'meetingrooms', 'indices': [40, 53]}, {'text': 'conferencecenter', 'indices': [54, 71]}, {'text': 'restaurant', 'indices': [72, 83]}, {'text': 'bar', 'indices': [84, 88]}], [], [{'screen_name': 'GyanduPlace', 'name': 'Gyandu Place', 'id': 1550504744132681733, 'id_str': '1550504744132681733', 'indices': [3, 15]}]], ['1590330654038032384', '877888781604585472', 'Dentistolog', 'dentistolog', 'https://pbs.twimg.com/profile_images/1022719103570718720/hNZz_cr2_normal.jpg', 'krivo je more', 4926, 4985, datetime.datetime(2017, 6, 22, 13, 59, 30), 'RT @keithpp: coffee liqueur Andama #restaurant #Protaras https://t.co/wA4SsnIoJ8', datetime.datetime(2022, 11, 9, 13, 9, 9), 0, [{'text': 'restaurant', 'indices': [36, 47]}, {'text': 'Protaras', 'indices': [48, 57]}], [], [{'screen_name': 'keithpp', 'name': 'Keith Parkins', 'id': 52436759, 'id_str': '52436759', 'indices': [3, 11]}]], ['1590327518355419137', '137980740', 'South Sands Hotel', 'SouthSandsHotel', 'https://pbs.twimg.com/profile_images/1030394515947962368/wTzybzVF_normal.jpg', 'Small, independent, contemporary Hotel and Restaurant right on the beach at South Sands, just outside Salcombe, Devon, United Kingdom', 682, 3570, datetime.datetime(2010, 4, 28, 8, 54, 35), 'Lunch with a view. Winter dining at South Sands, Salcombe #Salcombe #restaurant #dining #lunch #Lunchtime https://t.co/BKgp2BCl66', datetime.datetime(2022, 11, 9, 12, 56, 41), 7, [{'text': 'Salcombe', 'indices': [58, 67]}, {'text': 'restaurant', 'indices': [68, 79]}, {'text': 'dining', 'indices': [80, 87]}, {'text': 'lunch', 'indices': [88, 94]}, {'text': 'Lunchtime', 'indices': [95, 105]}], [], []], ['1590319833329332225', '778835135563268096', 'Fonsi de las Heras', 'FonsidelasHeras', 'https://pbs.twimg.com/profile_images/781770492910956544/PUbDIVxA_normal.jpg', '', 77, 91, datetime.datetime(2016, 9, 22, 5, 55, 41), 'RT @FagorPro_Eng: 🍽️#Restaurant loyalty spend hits record high https://t.co/fiBwGw3Xqi via @QSRweb https://t.co/Wvd8UOvIjI', datetime.datetime(2022, 11, 9, 12, 26, 9), 0, [{'text': 'Restaurant', 'indices': [20, 31]}], [{'url': 'https://t.co/fiBwGw3Xqi', 'expanded_url': 'http://ow.ly/g0B350Lxg0X', 'display_url': 'ow.ly/g0B350Lxg0X', 'indices': [63, 86]}], [{'screen_name': 'FagorPro_Eng', 'name': 'Fagor Professional Foodservice ENG', 'id': 2905326533, 'id_str': '2905326533', 'indices': [3, 16]}, {'screen_name': 'QSRweb', 'name': 'QSRweb', 'id': 21311073, 'id_str': '21311073', 'indices': [91, 98]}]], ['1590315157011730434', '1297055456922415105', 'Hotel Welcome', 'hotelwelcome_', 'https://pbs.twimg.com/profile_images/1308018511436902400/PDvwfb94_normal.jpg', 'Pashupati Business Hub, Nandasan Road, Kadi 384440 Kadi, India', 0, 4, datetime.datetime(2020, 8, 22, 6, 18, 25), 'Quote of the day\n\n#Hotel #Welcome #Rooms #Restaurant #Banquet #Kadi #quotes #quoteoftheday https://t.co/34PYwMNRD2', datetime.datetime(2022, 11, 9, 12, 7, 34), 0, [{'text': 'Hotel', 'indices': [18, 24]}, {'text': 'Welcome', 'indices': [25, 33]}, {'text': 'Rooms', 'indices': [34, 40]}, {'text': 'Restaurant', 'indices': [41, 52]}, {'text': 'Banquet', 'indices': [53, 61]}, {'text': 'Kadi', 'indices': [62, 67]}, {'text': 'quotes', 'indices': [68, 75]}, {'text': 'quoteoftheday', 'indices': [76, 90]}], [], []], ['1590303662093787136', '1177665178105794560', 'ttm', 'therealSinzu', 'https://pbs.twimg.com/profile_images/1585051461674844161/BAdHgC3d_normal.jpg', 'counting stars', 176, 231, datetime.datetime(2019, 9, 27, 19, 24, 11), 'RT @GyanduPlace: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/ONAKzIgsPp', datetime.datetime(2022, 11, 9, 11, 21, 54), 0, [{'text': 'meetingrooms', 'indices': [40, 53]}, {'text': 'conferencecenter', 'indices': [54, 71]}, {'text': 'restaurant', 'indices': [72, 83]}, {'text': 'bar', 'indices': [84, 88]}], [], [{'screen_name': 'GyanduPlace', 'name': 'Gyandu Place', 'id': 1550504744132681733, 'id_str': '1550504744132681733', 'indices': [3, 15]}]], ['1590298956420071425', '1584870560831787008', 'OwnerOfGMT', 'gmtowner', 'https://pbs.twimg.com/profile_images/1584871500800483329/SnFoalgt_normal.jpg', 'Trying to spread positivity everywhere with motivating quotes that will motivate you for sure. 😇 (Follow for retweet)\n\nCreator account \n@GarvitOfficial\n\n#doge', 1, 198, datetime.datetime(2022, 10, 25, 11, 35, 10), 'RT @DreamFestiva: Quote of the day\n\n#Dreamfestiva #Restaurant #Banquet #Room #Gardenpartyplot #Surat #Quote https://t.co/6KPE2TX3Fs', datetime.datetime(2022, 11, 9, 11, 3, 12), 0, [{'text': 'Dreamfestiva', 'indices': [36, 49]}, {'text': 'Restaurant', 'indices': [50, 61]}, {'text': 'Banquet', 'indices': [62, 70]}, {'text': 'Room', 'indices': [71, 76]}, {'text': 'Gardenpartyplot', 'indices': [77, 93]}, {'text': 'Surat', 'indices': [94, 100]}, {'text': 'Quote', 'indices': [101, 107]}], [], [{'screen_name': 'DreamFestiva', 'name': 'Dream Festiva', 'id': 1430080873194344450, 'id_str': '1430080873194344450', 'indices': [3, 16]}]], ['1590298668737122305', '2905326533', 'Fagor Professional Foodservice ENG', 'FagorPro_Eng', 'https://pbs.twimg.com/profile_images/1451425785345159173/SucqqS0F_normal.jpg', 'Worldwide leading manufacturer of equipment for the #foodservice, #hospitality and #laundry sectors', 3096, 2091, datetime.datetime(2014, 12, 4, 17, 29, 21), '🍽️#Restaurant loyalty spend hits record high https://t.co/fiBwGw3Xqi via @QSRweb https://t.co/Wvd8UOvIjI', datetime.datetime(2022, 11, 9, 11, 2, 3), 3, [{'text': 'Restaurant', 'indices': [2, 13]}], [{'url': 'https://t.co/fiBwGw3Xqi', 'expanded_url': 'http://ow.ly/g0B350Lxg0X', 'display_url': 'ow.ly/g0B350Lxg0X', 'indices': [45, 68]}], [{'screen_name': 'QSRweb', 'name': 'QSRweb', 'id': 21311073, 'id_str': '21311073', 'indices': [73, 80]}]], ['1590298502189699072', '1236999978586783746', 'Exuberance Restaurant & Banquet', 'Exuberance_Rest', 'https://pbs.twimg.com/profile_images/1240163642294685696/8om8-Tys_normal.jpg', 'Block No. A/201, 2nd Floor, Radhe Kishan Business Park, Opp. H.P Petrol Pump, N.H.-8 Isanpur - Narol Road, Isanpur Ahmedabad, Gujarat 382443', 2, 3, datetime.datetime(2020, 3, 9, 12, 59, 23), 'Quote of the day\n\n#Exuberance #Restaurant #Banquet #Ahmedabad #quoteoftheday https://t.co/OgXVERVyUM', datetime.datetime(2022, 11, 9, 11, 1, 23), 0, [{'text': 'Exuberance', 'indices': [18, 29]}, {'text': 'Restaurant', 'indices': [30, 41]}, {'text': 'Banquet', 'indices': [42, 50]}, {'text': 'Ahmedabad', 'indices': [51, 61]}, {'text': 'quoteoftheday', 'indices': [62, 76]}], [], []], ['1590296093476388864', '1430080873194344450', 'Dream Festiva', 'DreamFestiva', 'https://pbs.twimg.com/profile_images/1430081573546651651/chxryK34_normal.jpg', 'R S No. 99/A/I, Block No. 178, Gaurav Path Road, Bhesan Chokdi, Bhesan, Surat, Gujarat 395005 \n\nRestaurant - +91 9909216000\nBanquets - +91 9909261000', 0, 2, datetime.datetime(2021, 8, 24, 8, 13, 57), 'Quote of the day\n\n#Dreamfestiva #Restaurant #Banquet #Room #Gardenpartyplot #Surat #Quote https://t.co/6KPE2TX3Fs', datetime.datetime(2022, 11, 9, 10, 51, 49), 0, [{'text': 'Dreamfestiva', 'indices': [18, 31]}, {'text': 'Restaurant', 'indices': [32, 43]}, {'text': 'Banquet', 'indices': [44, 52]}, {'text': 'Room', 'indices': [53, 58]}, {'text': 'Gardenpartyplot', 'indices': [59, 75]}, {'text': 'Surat', 'indices': [76, 82]}, {'text': 'Quote', 'indices': [83, 89]}], [], []], ['1590291182504267777', '599625829', 'Chiderah David.', 'CHIDERAHDAVID', 'https://pbs.twimg.com/profile_images/1583921932591939584/RSxMHnTC_normal.jpg', 'Christian || Content Creator || Travel Content || @manutd', 936, 4579, datetime.datetime(2012, 6, 4, 22, 41, 48), 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 9, 10, 32, 18), 0, [{'text': 'meetingrooms', 'indices': [41, 54]}, {'text': 'conferencecenter', 'indices': [55, 72]}, {'text': 'restaurant', 'indices': [73, 84]}, {'text': 'bar', 'indices': [85, 89]}], [], [{'screen_name': 'Selasiiiiiii', 'name': 'Maameeeee💕', 'id': 995573985948717061, 'id_str': '995573985948717061', 'indices': [3, 16]}]], ['1590289738556411905', '759136189', 'Kissi', 'nykissi', 'https://pbs.twimg.com/profile_images/1590988050938601472/ijPSB03C_normal.jpg', 'Play your part but make sure you don’t dance alone.', 1938, 2698, datetime.datetime(2012, 8, 15, 11, 12, 8), 'RT @GyanduPlace: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/ONAKzIgsPp', datetime.datetime(2022, 11, 9, 10, 26, 34), 0, [{'text': 'meetingrooms', 'indices': [40, 53]}, {'text': 'conferencecenter', 'indices': [54, 71]}, {'text': 'restaurant', 'indices': [72, 83]}, {'text': 'bar', 'indices': [84, 88]}], [], [{'screen_name': 'GyanduPlace', 'name': 'Gyandu Place', 'id': 1550504744132681733, 'id_str': '1550504744132681733', 'indices': [3, 15]}]], ['1590268712237555712', '2162943270', 'Tanya Tateyama', 'ttateyama1', 'https://pbs.twimg.com/profile_images/378800000665148803/7536e6f0d7484488bced83441c04886f_normal.jpeg', 'Tanya is a Talent Acquisition Manager for Darden Restaurants. She enjoys spendign time with her friends reading, watching TV, and outdoor activities.', 19, 41, datetime.datetime(2013, 10, 29, 14, 14, 51), 'Check out this #job: #Restaurant #Manager at #OutbackSteakhouse in #Jacksonville https://t.co/w7QT5XWsR9 https://t.co/NVRChFqd6W', datetime.datetime(2022, 11, 9, 9, 3, 1), 0, [{'text': 'job', 'indices': [15, 19]}, {'text': 'Restaurant', 'indices': [21, 32]}, {'text': 'Manager', 'indices': [33, 41]}, {'text': 'OutbackSteakhouse', 'indices': [45, 63]}, {'text': 'Jacksonville', 'indices': [67, 80]}], [{'url': 'https://t.co/w7QT5XWsR9', 'expanded_url': 'https://workfor.us/outbackcareers/br4yo', 'display_url': 'workfor.us/outbackcareers…', 'indices': [81, 104]}], []], ['1590222450549489664', '797815830973214720', 'distro', 'benkpanie', 'https://pbs.twimg.com/profile_images/1576493867234463745/xZUbZ6wJ_normal.jpg', 'aficionado', 1049, 5057, datetime.datetime(2016, 11, 13, 14, 58, 11), 'RT @GyanduPlace: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/ONAKzIgsPp', datetime.datetime(2022, 11, 9, 5, 59, 11), 0, [{'text': 'meetingrooms', 'indices': [40, 53]}, {'text': 'conferencecenter', 'indices': [54, 71]}, {'text': 'restaurant', 'indices': [72, 83]}, {'text': 'bar', 'indices': [84, 88]}], [], [{'screen_name': 'GyanduPlace', 'name': 'Gyandu Place', 'id': 1550504744132681733, 'id_str': '1550504744132681733', 'indices': [3, 15]}]], ['1590218900847099905', '601242092', 'KAF', '_therealkaf', 'https://pbs.twimg.com/profile_images/1584440022715047936/mo4fylrc_normal.jpg', 'In vino veritas', 1679, 2833, datetime.datetime(2012, 6, 6, 19, 51, 36), 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 9, 5, 45, 5), 0, [{'text': 'meetingrooms', 'indices': [41, 54]}, {'text': 'conferencecenter', 'indices': [55, 72]}, {'text': 'restaurant', 'indices': [73, 84]}, {'text': 'bar', 'indices': [85, 89]}], [], [{'screen_name': 'Selasiiiiiii', 'name': 'Maameeeee💕', 'id': 995573985948717061, 'id_str': '995573985948717061', 'indices': [3, 16]}]], ['1590218001726734337', '153373844', 'Frank Oye', 'MuftyBancho', 'https://pbs.twimg.com/profile_images/2627384528/x20vzllslvt2vaoo3292_normal.jpeg', '', 73, 89, datetime.datetime(2010, 6, 8, 11, 25, 35), 'RT @GyanduPlace: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/ONAKzIgsPp', datetime.datetime(2022, 11, 9, 5, 41, 31), 0, [{'text': 'meetingrooms', 'indices': [40, 53]}, {'text': 'conferencecenter', 'indices': [54, 71]}, {'text': 'restaurant', 'indices': [72, 83]}, {'text': 'bar', 'indices': [84, 88]}], [], [{'screen_name': 'GyanduPlace', 'name': 'Gyandu Place', 'id': 1550504744132681733, 'id_str': '1550504744132681733', 'indices': [3, 15]}]], ['1590216480830140419', '995573985948717061', 'Maameeeee💕', 'Selasiiiiiii', 'https://pbs.twimg.com/profile_images/1587578918638391297/-Ylrlygm_normal.jpg', 'hahaha idk haha', 299, 2200, datetime.datetime(2018, 5, 13, 7, 58, 29), 'RT @GyanduPlace: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/ONAKzIgsPp', datetime.datetime(2022, 11, 9, 5, 35, 28), 0, [{'text': 'meetingrooms', 'indices': [40, 53]}, {'text': 'conferencecenter', 'indices': [54, 71]}, {'text': 'restaurant', 'indices': [72, 83]}, {'text': 'bar', 'indices': [84, 88]}], [], [{'screen_name': 'GyanduPlace', 'name': 'Gyandu Place', 'id': 1550504744132681733, 'id_str': '1550504744132681733', 'indices': [3, 15]}]], ['1590215713775460352', '4818167183', 'POS360', 'Pos360', 'https://pbs.twimg.com/profile_images/688367092073103362/b8HfzyND_normal.jpg', '', 13, 38, datetime.datetime(2016, 1, 16, 14, 25, 16), 'The Butchershop & Grill revamp begins #Restaurant Manager POS #POS360 https://t.co/H7dIyyDWPv', datetime.datetime(2022, 11, 9, 5, 32, 25), 0, [{'text': 'Restaurant', 'indices': [42, 53]}, {'text': 'POS360', 'indices': [66, 73]}], [], []], ['1590214220422840320', '1550504744132681733', 'Gyandu Place', 'GyanduPlace', 'https://pbs.twimg.com/profile_images/1550506031939198978/tgeflBrB_normal.jpg', 'A collaborative cultural and intellectual space for businesses and individuals. Be part of the Gyandu community of innovation. We work, wine and win.', 2, 35, datetime.datetime(2022, 7, 22, 15, 35, 34), 'New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/ONAKzIgsPp', datetime.datetime(2022, 11, 9, 5, 26, 29), 13, [{'text': 'meetingrooms', 'indices': [23, 36]}, {'text': 'conferencecenter', 'indices': [37, 54]}, {'text': 'restaurant', 'indices': [55, 66]}, {'text': 'bar', 'indices': [67, 71]}], [], []], ['1590170039130685442', '3393915262', "Le'Spice Ely", 'LeSpiceEly', 'https://pbs.twimg.com/profile_images/1533545505787191297/vARWg7sn_normal.jpg', 'Fine Indian dining with superb service in #Ely', 143, 313, datetime.datetime(2015, 7, 29, 13, 50, 57), 'Le spice Ely #restaurant #takeout #spicyfoods #ely #open7daysaweek #wedeliver https://t.co/grmIUOY84F', datetime.datetime(2022, 11, 9, 2, 30, 55), 2, [{'text': 'restaurant', 'indices': [13, 24]}, {'text': 'takeout', 'indices': [25, 33]}, {'text': 'spicyfoods', 'indices': [34, 45]}, {'text': 'ely', 'indices': [46, 50]}, {'text': 'open7daysaweek', 'indices': [51, 66]}, {'text': 'wedeliver', 'indices': [67, 77]}], [], []], ['1590121531056984064', '915779682884358144', 'Accra Mayor', 'ab0ateng_', 'https://pbs.twimg.com/profile_images/1575737364479180800/1JbXQ_DO_normal.jpg', '', 1918, 4172, datetime.datetime(2017, 10, 5, 3, 24, 25), 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 23, 18, 10), 0, [{'text': 'meetingrooms', 'indices': [41, 54]}, {'text': 'conferencecenter', 'indices': [55, 72]}, {'text': 'restaurant', 'indices': [73, 84]}, {'text': 'bar', 'indices': [85, 89]}], [], [{'screen_name': 'Selasiiiiiii', 'name': 'Maameeeee💕', 'id': 995573985948717061, 'id_str': '995573985948717061', 'indices': [3, 16]}]], ['1590105542369767424', '814929673', 'Twenty1', 'k_pepra', 'https://pbs.twimg.com/profile_images/1499868003130871810/2Ax0P9te_normal.jpg', 'To God be the Glory! @ManUtd❤️Car enthusiast😋', 1308, 1512, datetime.datetime(2012, 9, 10, 10, 21, 29), 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 22, 14, 38), 0, [{'text': 'meetingrooms', 'indices': [41, 54]}, {'text': 'conferencecenter', 'indices': [55, 72]}, {'text': 'restaurant', 'indices': [73, 84]}, {'text': 'bar', 'indices': [85, 89]}], [], [{'screen_name': 'Selasiiiiiii', 'name': 'Maameeeee💕', 'id': 995573985948717061, 'id_str': '995573985948717061', 'indices': [3, 16]}]], ['1590093427349237760', '30285028', "Miss Shirley's Cafe", 'MissShirleys', 'https://pbs.twimg.com/profile_images/1543273211080622084/QpceuRbO_normal.jpg', "Award Winning Breakfast, Brunch & Lunch with 4 locations in Maryland. MD's Favorite Restaurant, as seen on Food Network Diners, Drive-Ins & Dives.", 665, 5642, datetime.datetime(2009, 4, 10, 18, 58, 23), 'RT @Vialdy18: Great restaurant , what’s your favorite drink/food from there ? #baltimore #restaurant #deliciousfood https://t.co/O4L75oWAFw', datetime.datetime(2022, 11, 8, 21, 26, 30), 0, [{'text': 'baltimore', 'indices': [78, 88]}, {'text': 'restaurant', 'indices': [89, 100]}, {'text': 'deliciousfood', 'indices': [101, 115]}], [], [{'screen_name': 'Vialdy18', 'name': '♣️♦️vialdy♥♣️', 'id': 131882234, 'id_str': '131882234', 'indices': [3, 12]}]], ['1590069985560231937', '1569846564105105408', 'Engine Yahya', 'Zmlkawya6', 'https://pbs.twimg.com/profile_images/1585380344869621770/g2ypgnS9_normal.jpg', 'وبالزمالك انا مجنونه ❤🏹', 26, 6491, datetime.datetime(2022, 9, 14, 0, 32, 53), 'Sweet as pumpkin 🎃 \n.\n.\n.\n.\n.\n.\n#explore #explorer #explorepage #trending #model #fashion #blogger #food #restaurant https://t.co/JWowUmjQuB', datetime.datetime(2022, 11, 8, 19, 53, 21), 12, [{'text': 'explore', 'indices': [32, 40]}, {'text': 'explorer', 'indices': [41, 50]}, {'text': 'explorepage', 'indices': [51, 63]}, {'text': 'trending', 'indices': [64, 73]}, {'text': 'model', 'indices': [74, 80]}, {'text': 'fashion', 'indices': [81, 89]}, {'text': 'blogger', 'indices': [90, 98]}, {'text': 'food', 'indices': [99, 104]}, {'text': 'restaurant', 'indices': [105, 116]}], [], []], ['1590064793226182656', '936726792760684547', 'OLDBOYY', '15slapssss', 'https://pbs.twimg.com/profile_images/1256349603366125570/xmSEnvER_normal.jpg', 'Football || Post Malone || Wizkid || CR7🐐||', 4031, 5678, datetime.datetime(2017, 12, 1, 22, 40, 45), 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 19, 32, 43), 0, [{'text': 'meetingrooms', 'indices': [41, 54]}, {'text': 'conferencecenter', 'indices': [55, 72]}, {'text': 'restaurant', 'indices': [73, 84]}, {'text': 'bar', 'indices': [85, 89]}], [], [{'screen_name': 'Selasiiiiiii', 'name': 'Maameeeee💕', 'id': 995573985948717061, 'id_str': '995573985948717061', 'indices': [3, 16]}]], ['1590049449342271488', '995573985948717061', 'Maameeeee💕', 'Selasiiiiiii', 'https://pbs.twimg.com/profile_images/1587578918638391297/-Ylrlygm_normal.jpg', 'hahaha idk haha', 299, 2200, datetime.datetime(2018, 5, 13, 7, 58, 29), 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 18, 31, 45), 0, [{'text': 'meetingrooms', 'indices': [41, 54]}, {'text': 'conferencecenter', 'indices': [55, 72]}, {'text': 'restaurant', 'indices': [73, 84]}, {'text': 'bar', 'indices': [85, 89]}], [], [{'screen_name': 'Selasiiiiiii', 'name': 'Maameeeee💕', 'id': 995573985948717061, 'id_str': '995573985948717061', 'indices': [3, 16]}]], ['1590049404412891136', '1550504744132681733', 'Gyandu Place', 'GyanduPlace', 'https://pbs.twimg.com/profile_images/1550506031939198978/tgeflBrB_normal.jpg', 'A collaborative cultural and intellectual space for businesses and individuals. Be part of the Gyandu community of innovation. We work, wine and win.', 2, 35, datetime.datetime(2022, 7, 22, 15, 35, 34), 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 18, 31, 34), 0, [{'text': 'meetingrooms', 'indices': [41, 54]}, {'text': 'conferencecenter', 'indices': [55, 72]}, {'text': 'restaurant', 'indices': [73, 84]}, {'text': 'bar', 'indices': [85, 89]}], [], [{'screen_name': 'Selasiiiiiii', 'name': 'Maameeeee💕', 'id': 995573985948717061, 'id_str': '995573985948717061', 'indices': [3, 16]}]], ['1590024928908423168', '717799733486596096', 'Marilyn Martial ✨', 'marilyn_amofah', 'https://pbs.twimg.com/profile_images/1561440905894268930/CbqfIqSK_normal.jpg', 'Lil Wayne ❤❤ Anthony Martial ❤ Manchester United ❤❤', 1605, 7128, datetime.datetime(2016, 4, 6, 19, 42, 47), 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 54, 18), 0, [{'text': 'meetingrooms', 'indices': [41, 54]}, {'text': 'conferencecenter', 'indices': [55, 72]}, {'text': 'restaurant', 'indices': [73, 84]}, {'text': 'bar', 'indices': [85, 89]}], [], [{'screen_name': 'Selasiiiiiii', 'name': 'Maameeeee💕', 'id': 995573985948717061, 'id_str': '995573985948717061', 'indices': [3, 16]}]], ['1590023925299564544', '1389396702327578628', 'Sekandar1122', 'Sekandar1122', 'https://pbs.twimg.com/profile_images/1422225960536088578/fJP3q7pn_normal.jpg', '', 14, 0, datetime.datetime(2021, 5, 4, 1, 49, 43), 'Is this a camera??? Saw this thing in Mexican restaurant in Canada 🇨🇦 suddenly start recording #canada #restaurant https://t.co/oyhVBp7e4z', datetime.datetime(2022, 11, 8, 16, 50, 19), 1, [{'text': 'canada', 'indices': [95, 102]}, {'text': 'restaurant', 'indices': [103, 114]}], [], []], ['1590023073398677504', '944155243113271297', 'Mempeasem President', 'AsieduMends', 'https://pbs.twimg.com/profile_images/1585328253593681920/EF94LF4x_normal.jpg', 'Be genuinely happy for people // Business ; AsieduMendsweb@gmail.com', 13464, 278940, datetime.datetime(2017, 12, 22, 10, 38, 46), 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 46, 56), 0, [{'text': 'meetingrooms', 'indices': [41, 54]}, {'text': 'conferencecenter', 'indices': [55, 72]}, {'text': 'restaurant', 'indices': [73, 84]}, {'text': 'bar', 'indices': [85, 89]}], [], [{'screen_name': 'Selasiiiiiii', 'name': 'Maameeeee💕', 'id': 995573985948717061, 'id_str': '995573985948717061', 'indices': [3, 16]}]], ['1590022223779487744', '759136189', 'Kissi', 'nykissi', 'https://pbs.twimg.com/profile_images/1590988050938601472/ijPSB03C_normal.jpg', 'Play your part but make sure you don’t dance alone.', 1938, 2698, datetime.datetime(2012, 8, 15, 11, 12, 8), 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 43, 33), 0, [{'text': 'meetingrooms', 'indices': [41, 54]}, {'text': 'conferencecenter', 'indices': [55, 72]}, {'text': 'restaurant', 'indices': [73, 84]}, {'text': 'bar', 'indices': [85, 89]}], [], [{'screen_name': 'Selasiiiiiii', 'name': 'Maameeeee💕', 'id': 995573985948717061, 'id_str': '995573985948717061', 'indices': [3, 16]}]], ['1590021526015053824', '1034802561600155648', 'Jeff.', 'jasonnndl', 'https://pbs.twimg.com/profile_images/1567772781441433600/gi34fyEN_normal.jpg', '', 4375, 6595, datetime.datetime(2018, 8, 29, 13, 58, 51), 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 40, 47), 0, [{'text': 'meetingrooms', 'indices': [41, 54]}, {'text': 'conferencecenter', 'indices': [55, 72]}, {'text': 'restaurant', 'indices': [73, 84]}, {'text': 'bar', 'indices': [85, 89]}], [], [{'screen_name': 'Selasiiiiiii', 'name': 'Maameeeee💕', 'id': 995573985948717061, 'id_str': '995573985948717061', 'indices': [3, 16]}]], ['1590021273391808515', '880756640219365376', 'Cupcake🌸', '__tuala', 'https://pbs.twimg.com/profile_images/1589550149197496320/vFfz1Wc0_normal.jpg', '🎉Jeremiah 29:11 .... Daughter of the KING👑 https://t.co/jkMYDfoFfk 👻. Tualaa @annette_bee❤️', 1538, 8535, datetime.datetime(2017, 6, 30, 11, 55, 21), 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 39, 47), 0, [{'text': 'meetingrooms', 'indices': [41, 54]}, {'text': 'conferencecenter', 'indices': [55, 72]}, {'text': 'restaurant', 'indices': [73, 84]}, {'text': 'bar', 'indices': [85, 89]}], [], [{'screen_name': 'Selasiiiiiii', 'name': 'Maameeeee💕', 'id': 995573985948717061, 'id_str': '995573985948717061', 'indices': [3, 16]}]], ['1590016952889548800', '1280985188009480195', 'Kwesi Arhin(Sneaker Plug)👟🇬🇭🤘🏿', 'QwasiBerry', 'https://pbs.twimg.com/profile_images/1397108670480195585/HXQ16Uup_normal.jpg', '•Black & Blonde||RBA🤘🏾||Gamer🎮||Graphic Designer🖼️||A Sneaker Plug & More!🥷 .Baby acc @kwesiarhin__ Inquires:+233 594 4088 71', 8776, 11373, datetime.datetime(2020, 7, 8, 22, 1, 6), 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 22, 37), 0, [{'text': 'meetingrooms', 'indices': [41, 54]}, {'text': 'conferencecenter', 'indices': [55, 72]}, {'text': 'restaurant', 'indices': [73, 84]}, {'text': 'bar', 'indices': [85, 89]}], [], [{'screen_name': 'Selasiiiiiii', 'name': 'Maameeeee💕', 'id': 995573985948717061, 'id_str': '995573985948717061', 'indices': [3, 16]}]], ['1590016521426042880', '755148849723867138', 'KoRkOr 🇬🇭', 'ammawith2ms', 'https://pbs.twimg.com/profile_images/1589644999783743489/eadMQrPq_normal.jpg', 'Christian| Foodie| Singer| IG:https://t.co/jhyjKCdxMz', 1634, 1803, datetime.datetime(2016, 7, 18, 21, 14, 50), 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 20, 54), 0, [{'text': 'meetingrooms', 'indices': [41, 54]}, {'text': 'conferencecenter', 'indices': [55, 72]}, {'text': 'restaurant', 'indices': [73, 84]}, {'text': 'bar', 'indices': [85, 89]}], [], [{'screen_name': 'Selasiiiiiii', 'name': 'Maameeeee💕', 'id': 995573985948717061, 'id_str': '995573985948717061', 'indices': [3, 16]}]], ['1590016428518043649', '1151556659975794689', 'KWAKU ANUMD3 💉', 'AzizAnumd3', 'https://pbs.twimg.com/profile_images/1513876371809910784/6bBVxZxr_normal.jpg', 'Anything wey you say you get wey we no get boss chop am', 2538, 3160, datetime.datetime(2019, 7, 17, 18, 17, 57), 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 20, 32), 0, [{'text': 'meetingrooms', 'indices': [41, 54]}, {'text': 'conferencecenter', 'indices': [55, 72]}, {'text': 'restaurant', 'indices': [73, 84]}, {'text': 'bar', 'indices': [85, 89]}], [], [{'screen_name': 'Selasiiiiiii', 'name': 'Maameeeee💕', 'id': 995573985948717061, 'id_str': '995573985948717061', 'indices': [3, 16]}]], ['1590015573563691008', '1022401860479725569', 'The Ep vol 1 🤞🏾', 'jibrilkhalifa12', 'https://pbs.twimg.com/profile_images/1319016060297904128/trdtb7Z8_normal.jpg', 'Best of it ! . Recording artist🎙', 385, 225, datetime.datetime(2018, 7, 26, 8, 42, 53), 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 17, 8), 0, [{'text': 'meetingrooms', 'indices': [41, 54]}, {'text': 'conferencecenter', 'indices': [55, 72]}, {'text': 'restaurant', 'indices': [73, 84]}, {'text': 'bar', 'indices': [85, 89]}], [], [{'screen_name': 'Selasiiiiiii', 'name': 'Maameeeee💕', 'id': 995573985948717061, 'id_str': '995573985948717061', 'indices': [3, 16]}]], ['1590015240850542592', '1587080316572794880', 'Quame Agyei', 'QuameAgyei1', 'https://pbs.twimg.com/profile_images/1587081222525779970/4A43TKzz_normal.jpg', '', 33, 141, datetime.datetime(2022, 10, 31, 13, 53, 54), 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 15, 49), 0, [{'text': 'meetingrooms', 'indices': [41, 54]}, {'text': 'conferencecenter', 'indices': [55, 72]}, {'text': 'restaurant', 'indices': [73, 84]}, {'text': 'bar', 'indices': [85, 89]}], [], [{'screen_name': 'Selasiiiiiii', 'name': 'Maameeeee💕', 'id': 995573985948717061, 'id_str': '995573985948717061', 'indices': [3, 16]}]], ['1590015171468009472', '1041280846630551553', 'Quainoo', 'danielquainoo_', 'https://pbs.twimg.com/profile_images/1585409865865990145/5q3zBLHY_normal.jpg', 'Psalm 69:13. Gooner.@KFMQGroup', 1162, 1466, datetime.datetime(2018, 9, 16, 11, 1, 14), 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 15, 32), 0, [{'text': 'meetingrooms', 'indices': [41, 54]}, {'text': 'conferencecenter', 'indices': [55, 72]}, {'text': 'restaurant', 'indices': [73, 84]}, {'text': 'bar', 'indices': [85, 89]}], [], [{'screen_name': 'Selasiiiiiii', 'name': 'Maameeeee💕', 'id': 995573985948717061, 'id_str': '995573985948717061', 'indices': [3, 16]}]], ['1590015111984316416', '27957934', 'Charlie Jeffers', 'chlj', 'https://pbs.twimg.com/profile_images/694680759827759104/_NuRqdMy_normal.jpg', 'Lots of Web Food Tech, my kids, my grand kids, motobikes, yoga, running, just plain fun on Twitter, w a Master in #Bacon and a Minor in #ArtisanBread', 1863, 2367, datetime.datetime(2009, 3, 31, 20, 41, 51), 'This is the next big #restaurant trend | @NRNonline https://t.co/TVjJgLA1cb https://t.co/udS3sJ2JC3', datetime.datetime(2022, 11, 8, 16, 15, 18), 0, [{'text': 'restaurant', 'indices': [21, 32]}], [{'url': 'https://t.co/TVjJgLA1cb', 'expanded_url': 'http://ow.ly/ieU750LxsCZ', 'display_url': 'ow.ly/ieU750LxsCZ', 'indices': [52, 75]}], [{'screen_name': 'NRNonline', 'name': 'Restaurant News', 'id': 20090888, 'id_str': '20090888', 'indices': [41, 51]}]], ['1590015047493128193', '1377985942670151680', 'Ekua🧚💙', 'Tumtum__broni', 'https://pbs.twimg.com/profile_images/1581589340622397440/4shjA9_G_normal.jpg', 'Fante 🦋,Pisces 💎 (Jeremiah 29:11) 💙', 821, 1075, datetime.datetime(2021, 4, 2, 14, 7, 50), 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 15, 3), 0, [{'text': 'meetingrooms', 'indices': [41, 54]}, {'text': 'conferencecenter', 'indices': [55, 72]}, {'text': 'restaurant', 'indices': [73, 84]}, {'text': 'bar', 'indices': [85, 89]}], [], [{'screen_name': 'Selasiiiiiii', 'name': 'Maameeeee💕', 'id': 995573985948717061, 'id_str': '995573985948717061', 'indices': [3, 16]}]], ['1590014882401124352', '1583149104087048192', 'Derrick', 'Derrick278948', 'https://pbs.twimg.com/profile_images/1583149394932776966/P_MkTGYl_normal.jpg', '', 122, 8, datetime.datetime(2022, 10, 20, 17, 32, 33), 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 14, 23), 0, [{'text': 'meetingrooms', 'indices': [41, 54]}, {'text': 'conferencecenter', 'indices': [55, 72]}, {'text': 'restaurant', 'indices': [73, 84]}, {'text': 'bar', 'indices': [85, 89]}], [], [{'screen_name': 'Selasiiiiiii', 'name': 'Maameeeee💕', 'id': 995573985948717061, 'id_str': '995573985948717061', 'indices': [3, 16]}]], ['1590014869700456448', '1550802179518242816', '͏͏͏͏͏͏͏͏͏͏͏͏͏͏͏͏͏͏͏͏͏͏͏͏', 'thisismanuell', 'https://pbs.twimg.com/profile_images/1583910352428957696/x3y_2ABv_normal.jpg', 'i don’t exist . @ManUTD', 1806, 1804, datetime.datetime(2022, 7, 23, 11, 17, 24), 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 14, 20), 0, [{'text': 'meetingrooms', 'indices': [41, 54]}, {'text': 'conferencecenter', 'indices': [55, 72]}, {'text': 'restaurant', 'indices': [73, 84]}, {'text': 'bar', 'indices': [85, 89]}], [], [{'screen_name': 'Selasiiiiiii', 'name': 'Maameeeee💕', 'id': 995573985948717061, 'id_str': '995573985948717061', 'indices': [3, 16]}]], ['1590014543727497217', '1349480693903085571', 'Mawufemor •', 'EXPERIENCE_98', 'https://pbs.twimg.com/profile_images/1539661123644956675/jEFz-6Ug_normal.jpg', 'Objective || Independent || Effective ||\nA CULER ❤💙', 2317, 2413, datetime.datetime(2021, 1, 13, 22, 17, 54), 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 13, 2), 0, [{'text': 'meetingrooms', 'indices': [41, 54]}, {'text': 'conferencecenter', 'indices': [55, 72]}, {'text': 'restaurant', 'indices': [73, 84]}, {'text': 'bar', 'indices': [85, 89]}], [], [{'screen_name': 'Selasiiiiiii', 'name': 'Maameeeee💕', 'id': 995573985948717061, 'id_str': '995573985948717061', 'indices': [3, 16]}]], ['1590014494952288257', '1454034552372928512', 'Ankamah Emmanuel', 'Ankamah09488347', 'https://pbs.twimg.com/profile_images/1560008475744387074/zrUPFf3X_normal.jpg', 'Never mind what people think about you your the best 🙏👍😃 Love one another ❤️❤️', 992, 84, datetime.datetime(2021, 10, 29, 10, 37, 40), 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 12, 51), 0, [{'text': 'meetingrooms', 'indices': [41, 54]}, {'text': 'conferencecenter', 'indices': [55, 72]}, {'text': 'restaurant', 'indices': [73, 84]}, {'text': 'bar', 'indices': [85, 89]}], [], [{'screen_name': 'Selasiiiiiii', 'name': 'Maameeeee💕', 'id': 995573985948717061, 'id_str': '995573985948717061', 'indices': [3, 16]}]], ['1590013705047404544', '1373738913655894027', 'TARKWA MEDIKAL➕🇬🇭', 'deejay_barony', 'https://pbs.twimg.com/profile_images/1589683215215779846/SrqOgmPd_normal.jpg', 'Life begins with where fear Ends🔥 @amgmedikal DNA💯 @chelseaFc Dm for promo.', 10012, 12128, datetime.datetime(2021, 3, 21, 20, 51, 57), 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 9, 42), 0, [{'text': 'meetingrooms', 'indices': [41, 54]}, {'text': 'conferencecenter', 'indices': [55, 72]}, {'text': 'restaurant', 'indices': [73, 84]}, {'text': 'bar', 'indices': [85, 89]}], [], [{'screen_name': 'Selasiiiiiii', 'name': 'Maameeeee💕', 'id': 995573985948717061, 'id_str': '995573985948717061', 'indices': [3, 16]}]], ['1590013687636832259', '1213286332761436160', 'yaw.', 'Berma_Yaw_', 'https://pbs.twimg.com/profile_images/1547902605837225986/nS8HohW7_normal.jpg', 'introvert… nocturnal 🌚// @Arsenal❤️🤍messi', 1987, 2904, datetime.datetime(2020, 1, 4, 2, 29, 53), 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 9, 38), 0, [{'text': 'meetingrooms', 'indices': [41, 54]}, {'text': 'conferencecenter', 'indices': [55, 72]}, {'text': 'restaurant', 'indices': [73, 84]}, {'text': 'bar', 'indices': [85, 89]}], [], [{'screen_name': 'Selasiiiiiii', 'name': 'Maameeeee💕', 'id': 995573985948717061, 'id_str': '995573985948717061', 'indices': [3, 16]}]], ['1590013420971372544', '1304493096646963200', '₩', 'ne_ober', 'https://pbs.twimg.com/profile_images/1569378155466555393/WwxdEJFz_normal.jpg', 'NeverSober🐺', 99, 1109, datetime.datetime(2020, 9, 11, 18, 53, 19), 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 8, 35), 0, [{'text': 'meetingrooms', 'indices': [41, 54]}, {'text': 'conferencecenter', 'indices': [55, 72]}, {'text': 'restaurant', 'indices': [73, 84]}, {'text': 'bar', 'indices': [85, 89]}], [], [{'screen_name': 'Selasiiiiiii', 'name': 'Maameeeee💕', 'id': 995573985948717061, 'id_str': '995573985948717061', 'indices': [3, 16]}]], ['1590013360799555585', '1145137598379282432', 'KALYJAY', 'gyaigyimii', 'https://pbs.twimg.com/profile_images/1557102284072538115/Ot9yxmKB_normal.jpg', 'Manager -@DBJ_gh Business Email - KalyJaybiz@gmail.com or text my PA @xmxabena_', 21440, 1147108, datetime.datetime(2019, 6, 30, 1, 10, 53), 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 8, 20), 0, [{'text': 'meetingrooms', 'indices': [41, 54]}, {'text': 'conferencecenter', 'indices': [55, 72]}, {'text': 'restaurant', 'indices': [73, 84]}, {'text': 'bar', 'indices': [85, 89]}], [], [{'screen_name': 'Selasiiiiiii', 'name': 'Maameeeee💕', 'id': 995573985948717061, 'id_str': '995573985948717061', 'indices': [3, 16]}]], ['1590013307045367808', '797815830973214720', 'distro', 'benkpanie', 'https://pbs.twimg.com/profile_images/1576493867234463745/xZUbZ6wJ_normal.jpg', 'aficionado', 1049, 5057, datetime.datetime(2016, 11, 13, 14, 58, 11), 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 8, 8), 0, [{'text': 'meetingrooms', 'indices': [41, 54]}, {'text': 'conferencecenter', 'indices': [55, 72]}, {'text': 'restaurant', 'indices': [73, 84]}, {'text': 'bar', 'indices': [85, 89]}], [], [{'screen_name': 'Selasiiiiiii', 'name': 'Maameeeee💕', 'id': 995573985948717061, 'id_str': '995573985948717061', 'indices': [3, 16]}]], ['1590013162770006016', '799204978778865664', 'Pearl Batista Bugyei', 'pearl_batista', 'https://pbs.twimg.com/profile_images/1567773492229165063/fgZvpAoz_normal.jpg', 'GOD👑 || Content Creator || BUSINESS EMAIL for promos: pearlb.business@gmail.com', 1981, 28379, datetime.datetime(2016, 11, 17, 10, 58, 10), 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 7, 33), 0, [{'text': 'meetingrooms', 'indices': [41, 54]}, {'text': 'conferencecenter', 'indices': [55, 72]}, {'text': 'restaurant', 'indices': [73, 84]}, {'text': 'bar', 'indices': [85, 89]}], [], [{'screen_name': 'Selasiiiiiii', 'name': 'Maameeeee💕', 'id': 995573985948717061, 'id_str': '995573985948717061', 'indices': [3, 16]}]], ['1590013157040586754', '1133818811998769152', 'M💕', 'kukszz', 'https://pbs.twimg.com/profile_images/1507824818892292111/uhjvLVuI_normal.jpg', '', 74, 66, datetime.datetime(2019, 5, 29, 19, 34, 4), 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 7, 32), 0, [{'text': 'meetingrooms', 'indices': [41, 54]}, {'text': 'conferencecenter', 'indices': [55, 72]}, {'text': 'restaurant', 'indices': [73, 84]}, {'text': 'bar', 'indices': [85, 89]}], [], [{'screen_name': 'Selasiiiiiii', 'name': 'Maameeeee💕', 'id': 995573985948717061, 'id_str': '995573985948717061', 'indices': [3, 16]}]], ['1590013110433484800', '637111537', 'The Suit Guy™', 'ekowmclean', 'https://pbs.twimg.com/profile_images/1570022876073414656/mFfEEdWa_normal.jpg', 'Content Creator| SC: eqow_mclean | Best Suit Deals- Call :0243201200 | Booking: ekowmclean@gmail.com', 7403, 38139, datetime.datetime(2012, 7, 16, 16, 46, 10), 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 7, 21), 0, [{'text': 'meetingrooms', 'indices': [41, 54]}, {'text': 'conferencecenter', 'indices': [55, 72]}, {'text': 'restaurant', 'indices': [73, 84]}, {'text': 'bar', 'indices': [85, 89]}], [], [{'screen_name': 'Selasiiiiiii', 'name': 'Maameeeee💕', 'id': 995573985948717061, 'id_str': '995573985948717061', 'indices': [3, 16]}]], ['1590011476860841984', '1380952752302399492', 'Home EcSpert 🏠', 'HomeEcSpert', 'https://pbs.twimg.com/profile_images/1381030106391474177/C2AvJ5J-_normal.png', 'Expert in Home Econ/Family and Consumer Sciences. Follow for cooking, nutrition, housekeeping, personal wellness and more!', 137, 1130, datetime.datetime(2021, 4, 10, 18, 36, 15), 'RT @Polishsteakhou1: Polish Steak House\n.\n.\n.\n.\n.\n.\n.\n.\n#food #steak #restaurant #authentic https://t.co/gPxY2VSXVV', datetime.datetime(2022, 11, 8, 16, 0, 51), 0, [{'text': 'food', 'indices': [56, 61]}, {'text': 'steak', 'indices': [62, 68]}, {'text': 'restaurant', 'indices': [69, 80]}, {'text': 'authentic', 'indices': [81, 91]}], [], [{'screen_name': 'Polishsteakhou1', 'name': 'PolishSteakHouse', 'id': 1573056208784822272, 'id_str': '1573056208784822272', 'indices': [3, 19]}]], ['1590011454177935362', '1573056208784822272', 'PolishSteakHouse', 'Polishsteakhou1', 'https://pbs.twimg.com/profile_images/1574909117839409152/TvaxrNzB_normal.jpg', 'At Polish steak house, your last bite is just as good as your first.', 0, 0, datetime.datetime(2022, 9, 22, 21, 7, 13), 'Polish Steak House\n.\n.\n.\n.\n.\n.\n.\n.\n#food #steak #restaurant #authentic https://t.co/gPxY2VSXVV', datetime.datetime(2022, 11, 8, 16, 0, 46), 0, [{'text': 'food', 'indices': [35, 40]}, {'text': 'steak', 'indices': [41, 47]}, {'text': 'restaurant', 'indices': [48, 59]}, {'text': 'authentic', 'indices': [60, 70]}], [], []], ['1590010776995377152', '1137990645858144256', 'Richmond Asare', '_richie2', 'https://pbs.twimg.com/profile_images/1587788747659247616/yhrTgfhE_normal.jpg', 'Graphic Designer || Web Developer/ Designer || Digital Marketer|| UiUX Designer|| Publicity Photography || Social Media Manager and Marketer', 2239, 1500, datetime.datetime(2019, 6, 10, 7, 51, 27), 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 15, 58, 4), 0, [{'text': 'meetingrooms', 'indices': [41, 54]}, {'text': 'conferencecenter', 'indices': [55, 72]}, {'text': 'restaurant', 'indices': [73, 84]}, {'text': 'bar', 'indices': [85, 89]}], [], [{'screen_name': 'Selasiiiiiii', 'name': 'Maameeeee💕', 'id': 995573985948717061, 'id_str': '995573985948717061', 'indices': [3, 16]}]], ['1590009938881155072', '995573985948717061', 'Maameeeee💕', 'Selasiiiiiii', 'https://pbs.twimg.com/profile_images/1587578918638391297/-Ylrlygm_normal.jpg', 'hahaha idk haha', 299, 2200, datetime.datetime(2018, 5, 13, 7, 58, 29), 'New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 15, 54, 45), 99, [{'text': 'meetingrooms', 'indices': [23, 36]}, {'text': 'conferencecenter', 'indices': [37, 54]}, {'text': 'restaurant', 'indices': [55, 66]}, {'text': 'bar', 'indices': [67, 71]}], [], []], ['1590008101251739649', '30872750', 'Rob Sacchetto', 'ZombiePortraits', 'https://pbs.twimg.com/profile_images/838795717485416448/is2EF_vZ_normal.jpg', 'Inventor of the FIRST online Zombie Portrait service, artist behind the most Zombie art on planet Earth through Zombie Daily/Patreon. commissions open 24/7', 1347, 2471, datetime.datetime(2009, 4, 13, 14, 21, 3), "What's for lunch today? :) #tuesday #zombie #zombies #deli #restaurant #lunch #lunchtime #zombieart #zombieartist https://t.co/6OD7S90fdu", datetime.datetime(2022, 11, 8, 15, 47, 26), 6, [{'text': 'tuesday', 'indices': [27, 35]}, {'text': 'zombie', 'indices': [36, 43]}, {'text': 'zombies', 'indices': [44, 52]}, {'text': 'deli', 'indices': [53, 58]}, {'text': 'restaurant', 'indices': [59, 70]}, {'text': 'lunch', 'indices': [71, 77]}, {'text': 'lunchtime', 'indices': [78, 88]}, {'text': 'zombieart', 'indices': [89, 99]}, {'text': 'zombieartist', 'indices': [100, 113]}], [], []], ['1589996031231479808', '1876452428', 'Patrik', 'Patrik_and_wine', 'https://pbs.twimg.com/profile_images/1513152294409355266/I9CY1SvQ_normal.jpg', 'Wine lover #wijn #winelovers #wine #vins #vino #wein #Bordeaux #France #Riesling #Germany #Italy #Mosel', 372, 534, datetime.datetime(2013, 9, 17, 18, 24, 57), 'Had a nice meal at restaurant Het Gerecht - https://t.co/UlhQoeLEvA #restaurant #Food https://t.co/p7ATCiGdSN', datetime.datetime(2022, 11, 8, 14, 59, 29), 1, [{'text': 'restaurant', 'indices': [68, 79]}, {'text': 'Food', 'indices': [80, 85]}], [{'url': 'https://t.co/UlhQoeLEvA', 'expanded_url': 'https://hetsrecht.be/', 'display_url': 'hetsrecht.be', 'indices': [44, 67]}], []], ['1589995594474745856', '1876452428', 'Patrik', 'Patrik_and_wine', 'https://pbs.twimg.com/profile_images/1513152294409355266/I9CY1SvQ_normal.jpg', 'Wine lover #wijn #winelovers #wine #vins #vino #wein #Bordeaux #France #Riesling #Germany #Italy #Mosel', 372, 534, datetime.datetime(2013, 9, 17, 18, 24, 57), 'Had a nice meal at restaurant Het Gerecht - https://t.co/UlhQof3NJI #restaurant #Food https://t.co/iQFdjFKTOz', datetime.datetime(2022, 11, 8, 14, 57, 45), 4, [{'text': 'restaurant', 'indices': [68, 79]}, {'text': 'Food', 'indices': [80, 85]}], [{'url': 'https://t.co/UlhQof3NJI', 'expanded_url': 'https://hetsrecht.be/', 'display_url': 'hetsrecht.be', 'indices': [44, 67]}], []], ['1589980101189730310', '35714721', 'Vivek Chhajer', 'chhajuee', 'https://pbs.twimg.com/profile_images/1536262204088913920/unDYn-KM_normal.jpg', 'Electrical engineer @iitroorkee. \ntwitter for updates on politics and finance', 906, 146, datetime.datetime(2009, 4, 27, 10, 42, 38), 'RT @Poonam_Datta: Would you go here ?\n#japan #restaurant https://t.co/sMnxJMtGJ8', datetime.datetime(2022, 11, 8, 13, 56, 11), 0, [{'text': 'japan', 'indices': [38, 44]}, {'text': 'restaurant', 'indices': [45, 56]}], [], [{'screen_name': 'Poonam_Datta', 'name': 'Poonam Datta', 'id': 1144178604, 'id_str': '1144178604', 'indices': [3, 16]}]], ['1589978984930246657', '1580473344020938752', 'coolaustin66', 'coolaustin661', 'https://pbs.twimg.com/profile_images/1581036278933467137/rBQspnAb_normal.jpg', 'jujutsu kaisen/chainsaw man best new gen -reading berserk and tokyo ghoul atm-', 216, 20, datetime.datetime(2022, 10, 13, 8, 19, 56), 'RT @GourmetCarte: I like this food vision chart, lol #restaurant #FoodieBeauty #food #foodblogger #FoodFriday https://t.co/2RC68bmems', datetime.datetime(2022, 11, 8, 13, 51, 45), 0, [{'text': 'restaurant', 'indices': [53, 64]}, {'text': 'FoodieBeauty', 'indices': [65, 78]}, {'text': 'food', 'indices': [79, 84]}, {'text': 'foodblogger', 'indices': [85, 97]}, {'text': 'FoodFriday', 'indices': [98, 109]}], [], [{'screen_name': 'GourmetCarte', 'name': 'GourmetCarte', 'id': 1052250663336517632, 'id_str': '1052250663336517632', 'indices': [3, 16]}]], ['1589927034993913859', '1483502059148259337', 'CUISINE A LOUER', 'CUISINE_A_LOUER', 'https://pbs.twimg.com/profile_images/1483502139305603078/Gz1JlPpa_normal.jpg', "Nous sommes une plateforme de location de cuisines et laboratoires de cuisines. Les restaurateurs s'inscrivent et proposent leurs cuisines.", 7, 1, datetime.datetime(2022, 1, 18, 18, 10, 46), 'RT @Stephane_______: Solidaire #commerces #restaurant #events31 #toulouse https://t.co/d7tnqcyuPQ', datetime.datetime(2022, 11, 8, 10, 25, 19), 0, [{'text': 'commerces', 'indices': [31, 41]}, {'text': 'restaurant', 'indices': [42, 53]}, {'text': 'events31', 'indices': [54, 63]}, {'text': 'toulouse', 'indices': [64, 73]}], [], [{'screen_name': 'Stephane_______', 'name': 'Stéphane', 'id': 3235674059, 'id_str': '3235674059', 'indices': [3, 19]}]], ['1589912989070635008', '1585473725306216448', 'Sunroom', 'Sunroom23175796', 'https://pbs.twimg.com/profile_images/1585884702858149888/PfCDQQeF_normal.jpg', 'Focus on engineering construction, outdoor decoration Professional manufacture of retractable sunroom. Emai:chinasunroom@163.com, Tel: +86 15916556642', 3, 0, datetime.datetime(2022, 10, 27, 3, 29, 45), 'spherical sun room\nInternet celebrity check-in place\n#Outdoor #party #sunroom #restaurant #happy #friends https://t.co/d5NrmAOAsO', datetime.datetime(2022, 11, 8, 9, 29, 30), 0, [{'text': 'Outdoor', 'indices': [53, 61]}, {'text': 'party', 'indices': [62, 68]}, {'text': 'sunroom', 'indices': [69, 77]}, {'text': 'restaurant', 'indices': [78, 89]}, {'text': 'happy', 'indices': [90, 96]}, {'text': 'friends', 'indices': [97, 105]}], [], []], ['1589911233637253120', '2895283154', 'CA Abhay Varn', 'AbhayVarn', 'https://pbs.twimg.com/profile_images/1558915129718501376/MErs-5hh_normal.jpg', 'CA | SEBI Registered Research Analyst | Investor | Trader | Interested in Politics & Entertainment | \nTelegram - https://t.co/arDP2uXtXI', 438, 308, datetime.datetime(2014, 11, 10, 4, 25, 54), 'RT @Poonam_Datta: Would you go here ?\n#japan #restaurant https://t.co/sMnxJMtGJ8', datetime.datetime(2022, 11, 8, 9, 22, 31), 0, [{'text': 'japan', 'indices': [38, 44]}, {'text': 'restaurant', 'indices': [45, 56]}], [], [{'screen_name': 'Poonam_Datta', 'name': 'Poonam Datta', 'id': 1144178604, 'id_str': '1144178604', 'indices': [3, 16]}]], ['1589880468383883264', '1052250663336517632', 'GourmetCarte', 'GourmetCarte', 'https://pbs.twimg.com/profile_images/1256027106359652352/V96GVpyb_normal.jpg', 'Hello, we are taking you to explore great #food worldwide, and you can find our collection of the best dishes on our website: https://t.co/ub4H2BKno9', 3393, 3755, datetime.datetime(2018, 10, 16, 17, 31, 22), 'I like this food vision chart, lol #restaurant #FoodieBeauty #food #foodblogger #FoodFriday https://t.co/2RC68bmems', datetime.datetime(2022, 11, 8, 7, 20, 16), 2, [{'text': 'restaurant', 'indices': [35, 46]}, {'text': 'FoodieBeauty', 'indices': [47, 60]}, {'text': 'food', 'indices': [61, 66]}, {'text': 'foodblogger', 'indices': [67, 79]}, {'text': 'FoodFriday', 'indices': [80, 91]}], [], []], ['1589849587220901888', '1411702288176009222', 'Atul Patel', 'AtulPat83723483', 'https://pbs.twimg.com/profile_images/1411702853073260545/1J7XRHjs_normal.jpg', 'Engineer by profession, love financial markets, amature photographer', 5, 7, datetime.datetime(2021, 7, 4, 15, 4, 21), 'RT @Poonam_Datta: Would you go here ?\n#japan #restaurant https://t.co/sMnxJMtGJ8', datetime.datetime(2022, 11, 8, 5, 17, 34), 0, [{'text': 'japan', 'indices': [38, 44]}, {'text': 'restaurant', 'indices': [45, 56]}], [], [{'screen_name': 'Poonam_Datta', 'name': 'Poonam Datta', 'id': 1144178604, 'id_str': '1144178604', 'indices': [3, 16]}]], ['1589834149363601409', '342567363', 'Best 🇮🇳', 'Purist3', 'https://pbs.twimg.com/profile_images/1473266165304594434/35RH4ciR_normal.jpg', 'Business, Technology, Finance, FinTech, Markets, Politics, Movies, Memes', 161, 94, datetime.datetime(2011, 7, 26, 6, 46, 52), 'RT @Poonam_Datta: Would you go here ?\n#japan #restaurant https://t.co/sMnxJMtGJ8', datetime.datetime(2022, 11, 8, 4, 16, 13), 0, [{'text': 'japan', 'indices': [38, 44]}, {'text': 'restaurant', 'indices': [45, 56]}], [], [{'screen_name': 'Poonam_Datta', 'name': 'Poonam Datta', 'id': 1144178604, 'id_str': '1144178604', 'indices': [3, 16]}]], ['1589826922749784064', '738637737402585088', 'Chirayu Sharma', 'realchirayu11', 'https://pbs.twimg.com/profile_images/1591107992539521029/nBRc6qxZ_normal.jpg', '🇮🇳।।कार्यकारिणी सदस्य ABVP | RSS।।🇮🇳\n🚩राष्ट्र देवो भवः🚩\n🚩🙏राधे-राधे🙏🚩\n🚩राम नाम सत्य है🚩', 4330, 2379, datetime.datetime(2016, 6, 3, 7, 45, 34), 'Finally engaged..\n#engagement \n#thejassgrand\n#hotel \n#restaurant \n#Bareilly \n#smartcitybareilly \n#realchirayu https://t.co/PVV2yJE5Kl', datetime.datetime(2022, 11, 8, 3, 47, 30), 0, [{'text': 'engagement', 'indices': [18, 29]}, {'text': 'thejassgrand', 'indices': [31, 44]}, {'text': 'hotel', 'indices': [45, 51]}, {'text': 'restaurant', 'indices': [53, 64]}, {'text': 'Bareilly', 'indices': [66, 75]}, {'text': 'smartcitybareilly', 'indices': [77, 95]}, {'text': 'realchirayu', 'indices': [97, 109]}], [], []], ['1589826812670279682', '738637737402585088', 'Chirayu Sharma', 'realchirayu11', 'https://pbs.twimg.com/profile_images/1591107992539521029/nBRc6qxZ_normal.jpg', '🇮🇳।।कार्यकारिणी सदस्य ABVP | RSS।।🇮🇳\n🚩राष्ट्र देवो भवः🚩\n🚩🙏राधे-राधे🙏🚩\n🚩राम नाम सत्य है🚩', 4330, 2379, datetime.datetime(2016, 6, 3, 7, 45, 34), 'Finally engaged..\n#engagement \n#thejassgrand\n#hotel \n#restaurant \n#Bareilly \n#smartcitybareilly \n#realchirayu https://t.co/Ft28M6oaV2', datetime.datetime(2022, 11, 8, 3, 47, 4), 5, [{'text': 'engagement', 'indices': [18, 29]}, {'text': 'thejassgrand', 'indices': [31, 44]}, {'text': 'hotel', 'indices': [45, 51]}, {'text': 'restaurant', 'indices': [53, 64]}, {'text': 'Bareilly', 'indices': [66, 75]}, {'text': 'smartcitybareilly', 'indices': [77, 95]}, {'text': 'realchirayu', 'indices': [97, 109]}], [], []], ['1589826699017220097', '738637737402585088', 'Chirayu Sharma', 'realchirayu11', 'https://pbs.twimg.com/profile_images/1591107992539521029/nBRc6qxZ_normal.jpg', '🇮🇳।।कार्यकारिणी सदस्य ABVP | RSS।।🇮🇳\n🚩राष्ट्र देवो भवः🚩\n🚩🙏राधे-राधे🙏🚩\n🚩राम नाम सत्य है🚩', 4330, 2379, datetime.datetime(2016, 6, 3, 7, 45, 34), 'Finally engaged..\n#engagement \n#thejassgrand\n#hotel \n#restaurant \n#Bareilly \n#smartcitybareilly \n#realchirayu https://t.co/pW8jbIcbgZ', datetime.datetime(2022, 11, 8, 3, 46, 37), 0, [{'text': 'engagement', 'indices': [18, 29]}, {'text': 'thejassgrand', 'indices': [31, 44]}, {'text': 'hotel', 'indices': [45, 51]}, {'text': 'restaurant', 'indices': [53, 64]}, {'text': 'Bareilly', 'indices': [66, 75]}, {'text': 'smartcitybareilly', 'indices': [77, 95]}, {'text': 'realchirayu', 'indices': [97, 109]}], [], []], ['1589826604645355520', '738637737402585088', 'Chirayu Sharma', 'realchirayu11', 'https://pbs.twimg.com/profile_images/1591107992539521029/nBRc6qxZ_normal.jpg', '🇮🇳।।कार्यकारिणी सदस्य ABVP | RSS।।🇮🇳\n🚩राष्ट्र देवो भवः🚩\n🚩🙏राधे-राधे🙏🚩\n🚩राम नाम सत्य है🚩', 4330, 2379, datetime.datetime(2016, 6, 3, 7, 45, 34), 'Finally engaged..\n#engagement \n#thejassgrand\n#hotel \n#restaurant \n#Bareilly \n#smartcitybareilly \n#realchirayu https://t.co/YYCvQKKd75', datetime.datetime(2022, 11, 8, 3, 46, 14), 0, [{'text': 'engagement', 'indices': [18, 29]}, {'text': 'thejassgrand', 'indices': [31, 44]}, {'text': 'hotel', 'indices': [45, 51]}, {'text': 'restaurant', 'indices': [53, 64]}, {'text': 'Bareilly', 'indices': [66, 75]}, {'text': 'smartcitybareilly', 'indices': [77, 95]}, {'text': 'realchirayu', 'indices': [97, 109]}], [], []], ['1589826507945697280', '738637737402585088', 'Chirayu Sharma', 'realchirayu11', 'https://pbs.twimg.com/profile_images/1591107992539521029/nBRc6qxZ_normal.jpg', '🇮🇳।।कार्यकारिणी सदस्य ABVP | RSS।।🇮🇳\n🚩राष्ट्र देवो भवः🚩\n🚩🙏राधे-राधे🙏🚩\n🚩राम नाम सत्य है🚩', 4330, 2379, datetime.datetime(2016, 6, 3, 7, 45, 34), 'Finally engaged..\n#engagement \n#thejassgrand\n#hotel \n#restaurant \n#Bareilly \n#smartcitybareilly \n#realchirayu https://t.co/mInlkhhkDV', datetime.datetime(2022, 11, 8, 3, 45, 51), 0, [{'text': 'engagement', 'indices': [18, 29]}, {'text': 'thejassgrand', 'indices': [31, 44]}, {'text': 'hotel', 'indices': [45, 51]}, {'text': 'restaurant', 'indices': [53, 64]}, {'text': 'Bareilly', 'indices': [66, 75]}, {'text': 'smartcitybareilly', 'indices': [77, 95]}, {'text': 'realchirayu', 'indices': [97, 109]}], [], []], ['1589826427364708352', '738637737402585088', 'Chirayu Sharma', 'realchirayu11', 'https://pbs.twimg.com/profile_images/1591107992539521029/nBRc6qxZ_normal.jpg', '🇮🇳।।कार्यकारिणी सदस्य ABVP | RSS।।🇮🇳\n🚩राष्ट्र देवो भवः🚩\n🚩🙏राधे-राधे🙏🚩\n🚩राम नाम सत्य है🚩', 4330, 2379, datetime.datetime(2016, 6, 3, 7, 45, 34), 'Finally engaged..\n#engagement \n#thejassgrand\n#hotel \n#restaurant \n#Bareilly \n#smartcitybareilly \n#realchirayu https://t.co/zSXcHT43ar', datetime.datetime(2022, 11, 8, 3, 45, 32), 0, [{'text': 'engagement', 'indices': [18, 29]}, {'text': 'thejassgrand', 'indices': [31, 44]}, {'text': 'hotel', 'indices': [45, 51]}, {'text': 'restaurant', 'indices': [53, 64]}, {'text': 'Bareilly', 'indices': [66, 75]}, {'text': 'smartcitybareilly', 'indices': [77, 95]}, {'text': 'realchirayu', 'indices': [97, 109]}], [], []], ['1589826097495298049', '738637737402585088', 'Chirayu Sharma', 'realchirayu11', 'https://pbs.twimg.com/profile_images/1591107992539521029/nBRc6qxZ_normal.jpg', '🇮🇳।।कार्यकारिणी सदस्य ABVP | RSS।।🇮🇳\n🚩राष्ट्र देवो भवः🚩\n🚩🙏राधे-राधे🙏🚩\n🚩राम नाम सत्य है🚩', 4330, 2379, datetime.datetime(2016, 6, 3, 7, 45, 34), 'Finally engaged..\n#engagement \n#thejassgrand\n#hotel \n#restaurant \n#Bareilly \n#smartcitybareilly \n#realchirayu https://t.co/Isk47dIUw2', datetime.datetime(2022, 11, 8, 3, 44, 13), 0, [{'text': 'engagement', 'indices': [18, 29]}, {'text': 'thejassgrand', 'indices': [31, 44]}, {'text': 'hotel', 'indices': [45, 51]}, {'text': 'restaurant', 'indices': [53, 64]}, {'text': 'Bareilly', 'indices': [66, 75]}, {'text': 'smartcitybareilly', 'indices': [77, 95]}, {'text': 'realchirayu', 'indices': [97, 109]}], [], []], ['1589826074590220288', '738637737402585088', 'Chirayu Sharma', 'realchirayu11', 'https://pbs.twimg.com/profile_images/1591107992539521029/nBRc6qxZ_normal.jpg', '🇮🇳।।कार्यकारिणी सदस्य ABVP | RSS।।🇮🇳\n🚩राष्ट्र देवो भवः🚩\n🚩🙏राधे-राधे🙏🚩\n🚩राम नाम सत्य है🚩', 4330, 2379, datetime.datetime(2016, 6, 3, 7, 45, 34), 'Finally engaged..\n#engagement \n#thejassgrand\n#hotel \n#restaurant \n#Bareilly \n#smartcitybareilly \n#realchirayu https://t.co/wSnkvuDOkg', datetime.datetime(2022, 11, 8, 3, 44, 8), 0, [{'text': 'engagement', 'indices': [18, 29]}, {'text': 'thejassgrand', 'indices': [31, 44]}, {'text': 'hotel', 'indices': [45, 51]}, {'text': 'restaurant', 'indices': [53, 64]}, {'text': 'Bareilly', 'indices': [66, 75]}, {'text': 'smartcitybareilly', 'indices': [77, 95]}, {'text': 'realchirayu', 'indices': [97, 109]}], [], []], ['1589826056508542978', '738637737402585088', 'Chirayu Sharma', 'realchirayu11', 'https://pbs.twimg.com/profile_images/1591107992539521029/nBRc6qxZ_normal.jpg', '🇮🇳।।कार्यकारिणी सदस्य ABVP | RSS।।🇮🇳\n🚩राष्ट्र देवो भवः🚩\n🚩🙏राधे-राधे🙏🚩\n🚩राम नाम सत्य है🚩', 4330, 2379, datetime.datetime(2016, 6, 3, 7, 45, 34), 'Finally engaged..\n#engagement \n#thejassgrand\n#hotel \n#restaurant \n#Bareilly \n#smartcitybareilly \n#realchirayu https://t.co/Cxf6jegZKe', datetime.datetime(2022, 11, 8, 3, 44, 4), 0, [{'text': 'engagement', 'indices': [18, 29]}, {'text': 'thejassgrand', 'indices': [31, 44]}, {'text': 'hotel', 'indices': [45, 51]}, {'text': 'restaurant', 'indices': [53, 64]}, {'text': 'Bareilly', 'indices': [66, 75]}, {'text': 'smartcitybareilly', 'indices': [77, 95]}, {'text': 'realchirayu', 'indices': [97, 109]}], [], []], ['1589824938449711105', '738637737402585088', 'Chirayu Sharma', 'realchirayu11', 'https://pbs.twimg.com/profile_images/1591107992539521029/nBRc6qxZ_normal.jpg', '🇮🇳।।कार्यकारिणी सदस्य ABVP | RSS।।🇮🇳\n🚩राष्ट्र देवो भवः🚩\n🚩🙏राधे-राधे🙏🚩\n🚩राम नाम सत्य है🚩', 4330, 2379, datetime.datetime(2016, 6, 3, 7, 45, 34), 'Finally engaged..\n#engagement \n#thejassgrand\n#hotel \n#restaurant \n#Bareilly \n#smartcitybareilly \n#realchirayu https://t.co/wzeABIwVd1', datetime.datetime(2022, 11, 8, 3, 39, 37), 0, [{'text': 'engagement', 'indices': [18, 29]}, {'text': 'thejassgrand', 'indices': [31, 44]}, {'text': 'hotel', 'indices': [45, 51]}, {'text': 'restaurant', 'indices': [53, 64]}, {'text': 'Bareilly', 'indices': [66, 75]}, {'text': 'smartcitybareilly', 'indices': [77, 95]}, {'text': 'realchirayu', 'indices': [97, 109]}], [], []], ['1589824927376764928', '738637737402585088', 'Chirayu Sharma', 'realchirayu11', 'https://pbs.twimg.com/profile_images/1591107992539521029/nBRc6qxZ_normal.jpg', '🇮🇳।।कार्यकारिणी सदस्य ABVP | RSS।।🇮🇳\n🚩राष्ट्र देवो भवः🚩\n🚩🙏राधे-राधे🙏🚩\n🚩राम नाम सत्य है🚩', 4330, 2379, datetime.datetime(2016, 6, 3, 7, 45, 34), 'Finally engaged..\n#engagement \n#thejassgrand\n#hotel \n#restaurant \n#Bareilly \n#smartcitybareilly \n#realchirayu https://t.co/R5UWIlGv8H', datetime.datetime(2022, 11, 8, 3, 39, 34), 0, [{'text': 'engagement', 'indices': [18, 29]}, {'text': 'thejassgrand', 'indices': [31, 44]}, {'text': 'hotel', 'indices': [45, 51]}, {'text': 'restaurant', 'indices': [53, 64]}, {'text': 'Bareilly', 'indices': [66, 75]}, {'text': 'smartcitybareilly', 'indices': [77, 95]}, {'text': 'realchirayu', 'indices': [97, 109]}], [], []], ['1589824913711730688', '738637737402585088', 'Chirayu Sharma', 'realchirayu11', 'https://pbs.twimg.com/profile_images/1591107992539521029/nBRc6qxZ_normal.jpg', '🇮🇳।।कार्यकारिणी सदस्य ABVP | RSS।।🇮🇳\n🚩राष्ट्र देवो भवः🚩\n🚩🙏राधे-राधे🙏🚩\n🚩राम नाम सत्य है🚩', 4330, 2379, datetime.datetime(2016, 6, 3, 7, 45, 34), 'Finally engaged..\n#engagement \n#thejassgrand\n#hotel \n#restaurant \n#Bareilly \n#smartcitybareilly \n#realchirayu https://t.co/z4PqIubVEi', datetime.datetime(2022, 11, 8, 3, 39, 31), 0, [{'text': 'engagement', 'indices': [18, 29]}, {'text': 'thejassgrand', 'indices': [31, 44]}, {'text': 'hotel', 'indices': [45, 51]}, {'text': 'restaurant', 'indices': [53, 64]}, {'text': 'Bareilly', 'indices': [66, 75]}, {'text': 'smartcitybareilly', 'indices': [77, 95]}, {'text': 'realchirayu', 'indices': [97, 109]}], [], []], ['1589806954653827072', '1392927737812299781', 'Kitchebuy', 'kitchebuy', 'https://pbs.twimg.com/profile_images/1393960068362776577/YYOQTXP-_normal.png', 'Welcome to Kitchebuy store! We offer a great variety of top-quality kitchen supplies for you to cook up a storm with!', 3, 3, datetime.datetime(2021, 5, 13, 19, 41, 29), '#restaurant #chefspick 304 Stainless Steel Straws Set with Case https://t.co/0V35nIcc2k https://t.co/0oDssbsKye', datetime.datetime(2022, 11, 8, 2, 28, 9), 0, [{'text': 'restaurant', 'indices': [0, 11]}, {'text': 'chefspick', 'indices': [12, 22]}], [{'url': 'https://t.co/0V35nIcc2k', 'expanded_url': 'https://kitchebuy.com/304-stainless-steel-straws-set-with-case/', 'display_url': 'kitchebuy.com/304-stainless-…', 'indices': [64, 87]}], []], ['1589805525390487554', '1589789849711775746', 'Izza_AJ', 'aj2_izza', 'https://pbs.twimg.com/profile_images/1589790918185553921/DgvQM6Jr_normal.jpg', '🖕😒🍷\nInstagram @izza_aj', 16, 0, datetime.datetime(2022, 11, 8, 1, 23, 31), "Perry's Steakhouse & Grille\n#Food #foodie #restaurant https://t.co/z2skp21smg", datetime.datetime(2022, 11, 8, 2, 22, 29), 0, [{'text': 'Food', 'indices': [32, 37]}, {'text': 'foodie', 'indices': [38, 45]}, {'text': 'restaurant', 'indices': [46, 57]}], [], []], ['1589773812828078082', '1077185068341305344', 'Rinconcito de Lima', 'LimaRinconcito', 'https://pbs.twimg.com/profile_images/1077185178366238720/bKAyhe_1_normal.jpg', 'The most authentic & delicious Peruvian food in Jacksonville! Catering available 7 d/wk. No event too big or too small! Restaurant & #foodtruck (904)487-7962', 24, 11, datetime.datetime(2018, 12, 24, 12, 51, 48), '📍 7300 Beach blvd32216 | 904-4877962 ✨ #delicia #peruvianfood #jacksonville #food #restaurant https://t.co/wxIKHRcMwa', datetime.datetime(2022, 11, 8, 0, 16, 28), 1, [{'text': 'delicia', 'indices': [39, 47]}, {'text': 'peruvianfood', 'indices': [48, 61]}, {'text': 'jacksonville', 'indices': [62, 75]}, {'text': 'food', 'indices': [76, 81]}, {'text': 'restaurant', 'indices': [82, 93]}], [], []], ['1589739089221545985', '52436759', 'Keith Parkins', 'keithpp', 'https://pbs.twimg.com/profile_images/378800000718898779/cd0ae7e67c37cf4fa245a7aeeb0082dc_normal.jpeg', 'Writer, thinker, deep ecologist, social commentator, activist, enjoys music, literature, speciality coffee, craft beer and good food. https://t.co/ipnpBaJJSw', 68, 2937, datetime.datetime(2009, 6, 30, 16, 13, 4), 'red wine Old Ithaki #restaurant #Mitropoleos #Athens https://t.co/sQiLzwFYhV', datetime.datetime(2022, 11, 7, 21, 58, 29), 0, [{'text': 'restaurant', 'indices': [20, 31]}, {'text': 'Mitropoleos', 'indices': [32, 44]}, {'text': 'Athens', 'indices': [45, 52]}], [], []], ['1589738931989671938', '52436759', 'Keith Parkins', 'keithpp', 'https://pbs.twimg.com/profile_images/378800000718898779/cd0ae7e67c37cf4fa245a7aeeb0082dc_normal.jpeg', 'Writer, thinker, deep ecologist, social commentator, activist, enjoys music, literature, speciality coffee, craft beer and good food. https://t.co/ipnpBaJJSw', 68, 2937, datetime.datetime(2009, 6, 30, 16, 13, 4), 'Old Ithaki #restaurant #Mitropoleos #Athens https://t.co/TofjNIG7pg', datetime.datetime(2022, 11, 7, 21, 57, 51), 0, [{'text': 'restaurant', 'indices': [11, 22]}, {'text': 'Mitropoleos', 'indices': [23, 35]}, {'text': 'Athens', 'indices': [36, 43]}], [], []], ['1589738854189215744', '52436759', 'Keith Parkins', 'keithpp', 'https://pbs.twimg.com/profile_images/378800000718898779/cd0ae7e67c37cf4fa245a7aeeb0082dc_normal.jpeg', 'Writer, thinker, deep ecologist, social commentator, activist, enjoys music, literature, speciality coffee, craft beer and good food. https://t.co/ipnpBaJJSw', 68, 2937, datetime.datetime(2009, 6, 30, 16, 13, 4), 't-bone steak Old Ithaki #restaurant #Mitropoleos #Athens https://t.co/yuzKr5j0gI', datetime.datetime(2022, 11, 7, 21, 57, 33), 0, [{'text': 'restaurant', 'indices': [24, 35]}, {'text': 'Mitropoleos', 'indices': [36, 48]}, {'text': 'Athens', 'indices': [49, 56]}], [], []], ['1589737694107959296', '52436759', 'Keith Parkins', 'keithpp', 'https://pbs.twimg.com/profile_images/378800000718898779/cd0ae7e67c37cf4fa245a7aeeb0082dc_normal.jpeg', 'Writer, thinker, deep ecologist, social commentator, activist, enjoys music, literature, speciality coffee, craft beer and good food. https://t.co/ipnpBaJJSw', 68, 2937, datetime.datetime(2009, 6, 30, 16, 13, 4), 'Old Ithaki #restaurant #Mitropoleos #Athens https://t.co/CvVa9YYXdv', datetime.datetime(2022, 11, 7, 21, 52, 56), 0, [{'text': 'restaurant', 'indices': [11, 22]}, {'text': 'Mitropoleos', 'indices': [23, 35]}, {'text': 'Athens', 'indices': [36, 43]}], [], []], ['1589737571508056064', '52436759', 'Keith Parkins', 'keithpp', 'https://pbs.twimg.com/profile_images/378800000718898779/cd0ae7e67c37cf4fa245a7aeeb0082dc_normal.jpeg', 'Writer, thinker, deep ecologist, social commentator, activist, enjoys music, literature, speciality coffee, craft beer and good food. https://t.co/ipnpBaJJSw', 68, 2937, datetime.datetime(2009, 6, 30, 16, 13, 4), 'Old Ithaki #restaurant #Mitropoleos #Athens https://t.co/yZPU1Z1Plr', datetime.datetime(2022, 11, 7, 21, 52, 27), 0, [{'text': 'restaurant', 'indices': [11, 22]}, {'text': 'Mitropoleos', 'indices': [23, 35]}, {'text': 'Athens', 'indices': [36, 43]}], [], []], ['1589737485361238016', '52436759', 'Keith Parkins', 'keithpp', 'https://pbs.twimg.com/profile_images/378800000718898779/cd0ae7e67c37cf4fa245a7aeeb0082dc_normal.jpeg', 'Writer, thinker, deep ecologist, social commentator, activist, enjoys music, literature, speciality coffee, craft beer and good food. https://t.co/ipnpBaJJSw', 68, 2937, datetime.datetime(2009, 6, 30, 16, 13, 4), 'Old Ithaki #restaurant #Mitropoleos #Athens https://t.co/nJpAMMsWB9', datetime.datetime(2022, 11, 7, 21, 52, 7), 0, [{'text': 'restaurant', 'indices': [11, 22]}, {'text': 'Mitropoleos', 'indices': [23, 35]}, {'text': 'Athens', 'indices': [36, 43]}], [], []], ['1589737393833537536', '52436759', 'Keith Parkins', 'keithpp', 'https://pbs.twimg.com/profile_images/378800000718898779/cd0ae7e67c37cf4fa245a7aeeb0082dc_normal.jpeg', 'Writer, thinker, deep ecologist, social commentator, activist, enjoys music, literature, speciality coffee, craft beer and good food. https://t.co/ipnpBaJJSw', 68, 2937, datetime.datetime(2009, 6, 30, 16, 13, 4), 'Old Ithaki #restaurant #Mitropoleos #Athens https://t.co/cqAwmo2qpN', datetime.datetime(2022, 11, 7, 21, 51, 45), 0, [{'text': 'restaurant', 'indices': [11, 22]}, {'text': 'Mitropoleos', 'indices': [23, 35]}, {'text': 'Athens', 'indices': [36, 43]}], [], []], ['1589737333305528321', '52436759', 'Keith Parkins', 'keithpp', 'https://pbs.twimg.com/profile_images/378800000718898779/cd0ae7e67c37cf4fa245a7aeeb0082dc_normal.jpeg', 'Writer, thinker, deep ecologist, social commentator, activist, enjoys music, literature, speciality coffee, craft beer and good food. https://t.co/ipnpBaJJSw', 68, 2937, datetime.datetime(2009, 6, 30, 16, 13, 4), 'Old Ithaki #restaurant #Mitropoleos #Athens https://t.co/t3Ea3WxfsE', datetime.datetime(2022, 11, 7, 21, 51, 30), 0, [{'text': 'restaurant', 'indices': [11, 22]}, {'text': 'Mitropoleos', 'indices': [23, 35]}, {'text': 'Athens', 'indices': [36, 43]}], [], []], ['1589737267530444800', '52436759', 'Keith Parkins', 'keithpp', 'https://pbs.twimg.com/profile_images/378800000718898779/cd0ae7e67c37cf4fa245a7aeeb0082dc_normal.jpeg', 'Writer, thinker, deep ecologist, social commentator, activist, enjoys music, literature, speciality coffee, craft beer and good food. https://t.co/ipnpBaJJSw', 68, 2937, datetime.datetime(2009, 6, 30, 16, 13, 4), 'Old Ithaki #restaurant #Mitropoleos #Athens https://t.co/nepnZQTZeE', datetime.datetime(2022, 11, 7, 21, 51, 15), 0, [{'text': 'restaurant', 'indices': [11, 22]}, {'text': 'Mitropoleos', 'indices': [23, 35]}, {'text': 'Athens', 'indices': [36, 43]}], [], []], ['1589737145211949057', '52436759', 'Keith Parkins', 'keithpp', 'https://pbs.twimg.com/profile_images/378800000718898779/cd0ae7e67c37cf4fa245a7aeeb0082dc_normal.jpeg', 'Writer, thinker, deep ecologist, social commentator, activist, enjoys music, literature, speciality coffee, craft beer and good food. https://t.co/ipnpBaJJSw', 68, 2937, datetime.datetime(2009, 6, 30, 16, 13, 4), 'red wine Old Ithaki #restaurant #Mitropoleos #Athens https://t.co/QqLQcy063B', datetime.datetime(2022, 11, 7, 21, 50, 45), 0, [{'text': 'restaurant', 'indices': [20, 31]}, {'text': 'Mitropoleos', 'indices': [32, 44]}, {'text': 'Athens', 'indices': [45, 52]}], [], []], ['1589737000915308545', '52436759', 'Keith Parkins', 'keithpp', 'https://pbs.twimg.com/profile_images/378800000718898779/cd0ae7e67c37cf4fa245a7aeeb0082dc_normal.jpeg', 'Writer, thinker, deep ecologist, social commentator, activist, enjoys music, literature, speciality coffee, craft beer and good food. https://t.co/ipnpBaJJSw', 68, 2937, datetime.datetime(2009, 6, 30, 16, 13, 4), 'live music Old Ithaki #restaurant #Mitropoleos #Athens https://t.co/ME7Ey1C6qG', datetime.datetime(2022, 11, 7, 21, 50, 11), 0, [{'text': 'restaurant', 'indices': [22, 33]}, {'text': 'Mitropoleos', 'indices': [34, 46]}, {'text': 'Athens', 'indices': [47, 54]}], [], []], ['1589736856245059584', '52436759', 'Keith Parkins', 'keithpp', 'https://pbs.twimg.com/profile_images/378800000718898779/cd0ae7e67c37cf4fa245a7aeeb0082dc_normal.jpeg', 'Writer, thinker, deep ecologist, social commentator, activist, enjoys music, literature, speciality coffee, craft beer and good food. https://t.co/ipnpBaJJSw', 68, 2937, datetime.datetime(2009, 6, 30, 16, 13, 4), 'live music Old Ithaki #restaurant #Mitropoleos #Athens https://t.co/R0vMSA9M8j', datetime.datetime(2022, 11, 7, 21, 49, 37), 0, [{'text': 'restaurant', 'indices': [22, 33]}, {'text': 'Mitropoleos', 'indices': [34, 46]}, {'text': 'Athens', 'indices': [47, 54]}], [], []], ['1589736774519050240', '52436759', 'Keith Parkins', 'keithpp', 'https://pbs.twimg.com/profile_images/378800000718898779/cd0ae7e67c37cf4fa245a7aeeb0082dc_normal.jpeg', 'Writer, thinker, deep ecologist, social commentator, activist, enjoys music, literature, speciality coffee, craft beer and good food. https://t.co/ipnpBaJJSw', 68, 2937, datetime.datetime(2009, 6, 30, 16, 13, 4), 'Old Ithaki #restaurant #Mitropoleos #Athens https://t.co/aQncPMybWG', datetime.datetime(2022, 11, 7, 21, 49, 17), 0, [{'text': 'restaurant', 'indices': [11, 22]}, {'text': 'Mitropoleos', 'indices': [23, 35]}, {'text': 'Athens', 'indices': [36, 43]}], [], []], ['1589736703673389056', '52436759', 'Keith Parkins', 'keithpp', 'https://pbs.twimg.com/profile_images/378800000718898779/cd0ae7e67c37cf4fa245a7aeeb0082dc_normal.jpeg', 'Writer, thinker, deep ecologist, social commentator, activist, enjoys music, literature, speciality coffee, craft beer and good food. https://t.co/ipnpBaJJSw', 68, 2937, datetime.datetime(2009, 6, 30, 16, 13, 4), 'Old Ithaki #restaurant #Mitropoleos #Athens https://t.co/1FL67SG9pE', datetime.datetime(2022, 11, 7, 21, 49), 0, [{'text': 'restaurant', 'indices': [11, 22]}, {'text': 'Mitropoleos', 'indices': [23, 35]}, {'text': 'Athens', 'indices': [36, 43]}], [], []], ['1589736633284562945', '52436759', 'Keith Parkins', 'keithpp', 'https://pbs.twimg.com/profile_images/378800000718898779/cd0ae7e67c37cf4fa245a7aeeb0082dc_normal.jpeg', 'Writer, thinker, deep ecologist, social commentator, activist, enjoys music, literature, speciality coffee, craft beer and good food. https://t.co/ipnpBaJJSw', 68, 2937, datetime.datetime(2009, 6, 30, 16, 13, 4), 'fish Old Ithaki #restaurant #Mitropoleos #Athens https://t.co/sQehcYngCD', datetime.datetime(2022, 11, 7, 21, 48, 43), 0, [{'text': 'restaurant', 'indices': [16, 27]}, {'text': 'Mitropoleos', 'indices': [28, 40]}, {'text': 'Athens', 'indices': [41, 48]}], [], []], ['1589736567538876417', '52436759', 'Keith Parkins', 'keithpp', 'https://pbs.twimg.com/profile_images/378800000718898779/cd0ae7e67c37cf4fa245a7aeeb0082dc_normal.jpeg', 'Writer, thinker, deep ecologist, social commentator, activist, enjoys music, literature, speciality coffee, craft beer and good food. https://t.co/ipnpBaJJSw', 68, 2937, datetime.datetime(2009, 6, 30, 16, 13, 4), 'Old Ithaki #restaurant #Mitropoleos #Athens https://t.co/X4Be4rEKXA', datetime.datetime(2022, 11, 7, 21, 48, 28), 0, [{'text': 'restaurant', 'indices': [11, 22]}, {'text': 'Mitropoleos', 'indices': [23, 35]}, {'text': 'Athens', 'indices': [36, 43]}], [], []], ['1589736516829745152', '52436759', 'Keith Parkins', 'keithpp', 'https://pbs.twimg.com/profile_images/378800000718898779/cd0ae7e67c37cf4fa245a7aeeb0082dc_normal.jpeg', 'Writer, thinker, deep ecologist, social commentator, activist, enjoys music, literature, speciality coffee, craft beer and good food. https://t.co/ipnpBaJJSw', 68, 2937, datetime.datetime(2009, 6, 30, 16, 13, 4), 'Old Ithaki #restaurant #Mitropoleos #Athens https://t.co/MgZ2mu5QsX', datetime.datetime(2022, 11, 7, 21, 48, 16), 0, [{'text': 'restaurant', 'indices': [11, 22]}, {'text': 'Mitropoleos', 'indices': [23, 35]}, {'text': 'Athens', 'indices': [36, 43]}], [], []], ['1589736372113670144', '52436759', 'Keith Parkins', 'keithpp', 'https://pbs.twimg.com/profile_images/378800000718898779/cd0ae7e67c37cf4fa245a7aeeb0082dc_normal.jpeg', 'Writer, thinker, deep ecologist, social commentator, activist, enjoys music, literature, speciality coffee, craft beer and good food. https://t.co/ipnpBaJJSw', 68, 2937, datetime.datetime(2009, 6, 30, 16, 13, 4), 'Old Ithaki #restaurant #Mitropoleos #Athens https://t.co/0eiRl5ZvBg', datetime.datetime(2022, 11, 7, 21, 47, 41), 0, [{'text': 'restaurant', 'indices': [11, 22]}, {'text': 'Mitropoleos', 'indices': [23, 35]}, {'text': 'Athens', 'indices': [36, 43]}], [], []], ['1589714095858929665', '187436757', 'Pradeep 🇮🇳', 'nameisvp', 'https://pbs.twimg.com/profile_images/1554297777689337856/-gZcS8yN_normal.jpg', 'Product Manager | UX Expert | Food Photographer | Investor | Nation Always', 364, 37, datetime.datetime(2010, 9, 6, 6, 24, 23), 'RT @Poonam_Datta: Would you go here ?\n#japan #restaurant https://t.co/sMnxJMtGJ8', datetime.datetime(2022, 11, 7, 20, 19, 10), 0, [{'text': 'japan', 'indices': [38, 44]}, {'text': 'restaurant', 'indices': [45, 56]}], [], [{'screen_name': 'Poonam_Datta', 'name': 'Poonam Datta', 'id': 1144178604, 'id_str': '1144178604', 'indices': [3, 16]}]], ['1589693158799314944', '17731977', 'Akshay Kohli', 'axekohli', 'https://pbs.twimg.com/profile_images/1370771267859533827/7jIw9M1q_normal.jpg', 'Nothing to write home about! Here for information, news, views and knowledge.', 1078, 95, datetime.datetime(2008, 11, 29, 10, 15, 51), 'RT @Poonam_Datta: Would you go here ?\n#japan #restaurant https://t.co/sMnxJMtGJ8', datetime.datetime(2022, 11, 7, 18, 55, 58), 0, [{'text': 'japan', 'indices': [38, 44]}, {'text': 'restaurant', 'indices': [45, 56]}], [], [{'screen_name': 'Poonam_Datta', 'name': 'Poonam Datta', 'id': 1144178604, 'id_str': '1144178604', 'indices': [3, 16]}]], ['1589679689354080256', '1187703982183145472', 'renard micheline 🇧🇪❤️🇧🇪', 'renardmichelin3', 'https://pbs.twimg.com/profile_images/1187704423822385152/kXqA5vLH_normal.jpg', 'J’aime les belles photos.. J’aime mon pays, la Belgique 🇧🇪 ❤️ 🇧🇪 Pas de messages privés, merci 🙏NO DM ✝️ ✡️', 846, 841, datetime.datetime(2019, 10, 25, 12, 15, 32), 'RT @EveDonatello: Tropical Paris.\nBy me. #streetphotography #restaurant #bar #VillaMarquise #Montparnasse #Paris https://t.co/cVSdkEzdoW', datetime.datetime(2022, 11, 7, 18, 2, 27), 0, [{'text': 'streetphotography', 'indices': [41, 59]}, {'text': 'restaurant', 'indices': [60, 71]}, {'text': 'bar', 'indices': [72, 76]}, {'text': 'VillaMarquise', 'indices': [77, 91]}, {'text': 'Montparnasse', 'indices': [92, 105]}, {'text': 'Paris', 'indices': [106, 112]}], [], [{'screen_name': 'EveDonatello', 'name': 'Eve Donatello', 'id': 1344959448431947776, 'id_str': '1344959448431947776', 'indices': [3, 16]}]], ['1589671543923408896', '799219104725004288', 'Er.Nitin Kumar', 'xennialsnj', 'https://pbs.twimg.com/profile_images/1554865943351681026/TL9jyYFd_normal.jpg', 'कभी किसी को मुकम्मल जहां नही मिलता, यहाँ सब किरदार है। अभियांत्रिक( BE MECH) Financial Enthusiast MBA , Economic Learner, Share Market Observer', 123, 156, datetime.datetime(2016, 11, 17, 11, 54, 18), 'RT @Poonam_Datta: Would you go here ?\n#japan #restaurant https://t.co/sMnxJMtGJ8', datetime.datetime(2022, 11, 7, 17, 30, 5), 0, [{'text': 'japan', 'indices': [38, 44]}, {'text': 'restaurant', 'indices': [45, 56]}], [], [{'screen_name': 'Poonam_Datta', 'name': 'Poonam Datta', 'id': 1144178604, 'id_str': '1144178604', 'indices': [3, 16]}]], ['1589668010448793602', '1526955388629053445', 'PL Garg', 'Observing_2021', 'https://pbs.twimg.com/profile_images/1526955555151319041/h85ofMCD_normal.png', '', 296, 63, datetime.datetime(2022, 5, 18, 15, 59, 8), 'RT @Poonam_Datta: Would you go here ?\n#japan #restaurant https://t.co/sMnxJMtGJ8', datetime.datetime(2022, 11, 7, 17, 16, 2), 0, [{'text': 'japan', 'indices': [38, 44]}, {'text': 'restaurant', 'indices': [45, 56]}], [], [{'screen_name': 'Poonam_Datta', 'name': 'Poonam Datta', 'id': 1144178604, 'id_str': '1144178604', 'indices': [3, 16]}]], ['1589662306497359872', '32417691', 'Emiko Inoue', 'PrincessSamurai', 'https://pbs.twimg.com/profile_images/762066260855287808/bYq4Hkfb_normal.jpg', '🎨NFTpainter💫🎬Actress 🎭Dancer💃🏻 Music producer🎼🐘💕Save the planet 🙏🌏Song writer ⛩ Princesssamurai73 on IG', 2588, 2389, datetime.datetime(2009, 4, 17, 14, 9, 36), 'Gm 😳💕Best #jamaican #breakfast 🇯🇲 #restaurant #HealthyFood #actress #love #GoodVibes #nftfood \n#bonappetit https://t.co/wU32dr2IkA', datetime.datetime(2022, 11, 7, 16, 53, 23), 3, [{'text': 'jamaican', 'indices': [10, 19]}, {'text': 'breakfast', 'indices': [20, 30]}, {'text': 'restaurant', 'indices': [34, 45]}, {'text': 'HealthyFood', 'indices': [46, 58]}, {'text': 'actress', 'indices': [60, 68]}, {'text': 'love', 'indices': [69, 74]}, {'text': 'GoodVibes', 'indices': [75, 85]}, {'text': 'nftfood', 'indices': [86, 94]}, {'text': 'bonappetit', 'indices': [96, 107]}], [], []], ['1589654664668237824', '491517130', 'Mocha Latte', 'IcedCoffeeHott', 'https://pbs.twimg.com/profile_images/938108857837948928/KvJYJ2DH_normal.jpg', 'Enjoying every great moment as I should..', 687, 973, datetime.datetime(2012, 2, 13, 18, 34, 27), '👀what #Santiagos #restaurant did to my #pocket #bully https://t.co/swhXeApYYx', datetime.datetime(2022, 11, 7, 16, 23, 1), 0, [{'text': 'Santiagos', 'indices': [6, 16]}, {'text': 'restaurant', 'indices': [17, 28]}, {'text': 'pocket', 'indices': [39, 46]}, {'text': 'bully', 'indices': [47, 53]}], [], []], ['1589649119991238663', '1573056208784822272', 'PolishSteakHouse', 'Polishsteakhou1', 'https://pbs.twimg.com/profile_images/1574909117839409152/TvaxrNzB_normal.jpg', 'At Polish steak house, your last bite is just as good as your first.', 0, 0, datetime.datetime(2022, 9, 22, 21, 7, 13), 'Polish Steak House\n.\n.\n.\n.\n.\n.\n.\n.\n#food #steak #restaurant #authentic https://t.co/AnxSl1CvjG', datetime.datetime(2022, 11, 7, 16, 0, 59), 0, [{'text': 'food', 'indices': [35, 40]}, {'text': 'steak', 'indices': [41, 47]}, {'text': 'restaurant', 'indices': [48, 59]}, {'text': 'authentic', 'indices': [60, 70]}], [], []], ['1589640929232977920', '1431865329571930114', 'Khokon Hossain', 'KhokonWebares', 'https://pbs.twimg.com/profile_images/1527694739579236352/UaFeKQ-2_normal.png', 'Web Designer and developer\nhttps://t.co/JTOFXWEUQo', 52, 78, datetime.datetime(2021, 8, 29, 6, 24, 53), 'PSD to WordPress.\n\n#restaurant #foodie #food #health #webdesign https://t.co/Dkfb5KuSy0', datetime.datetime(2022, 11, 7, 15, 28, 26), 1, [{'text': 'restaurant', 'indices': [19, 30]}, {'text': 'foodie', 'indices': [31, 38]}, {'text': 'food', 'indices': [39, 44]}, {'text': 'health', 'indices': [45, 52]}, {'text': 'webdesign', 'indices': [53, 63]}], [], []], ['1589612264998445058', '92019068', 'Bruce Dennill', 'BroosDennill', 'https://pbs.twimg.com/profile_images/1532387525268066306/SJGAtbiN_normal.jpg', 'Writer who edits & musics. // https://t.co/k6MZjdYkqz * https://t.co/rrMAKASuZa * https://t.co/9q3U55xFLv', 1007, 1964, datetime.datetime(2009, 11, 23, 13, 31, 15), 'Colour and cuisine.\n.\n.\n.\n#cullinan #restaurant #pretoria https://t.co/rR362dOqh3 https://t.co/c2usqEI9ey', datetime.datetime(2022, 11, 7, 13, 34, 32), 0, [{'text': 'cullinan', 'indices': [26, 35]}, {'text': 'restaurant', 'indices': [36, 47]}, {'text': 'pretoria', 'indices': [48, 57]}], [{'url': 'https://t.co/rR362dOqh3', 'expanded_url': 'https://instagr.am/p/CkqSTjyK47_/', 'display_url': 'instagr.am/p/CkqSTjyK47_/', 'indices': [58, 81]}], []], ['1589581346745507840', '1179859159715581952', 'Zoom Unit', 'UnitZoom', 'https://pbs.twimg.com/profile_images/1179859411449384962/-z_ttwDR_normal.jpg', 'Where 21st century avant-rock meets electronica. Zoom Unit is Duke Whitehurst and Andy Pidluznyj, two-thirds of New Apostles', 469, 301, datetime.datetime(2019, 10, 3, 20, 42, 21), 'RT @EveDonatello: Tropical Paris.\nBy me. #streetphotography #restaurant #bar #VillaMarquise #Montparnasse #Paris https://t.co/cVSdkEzdoW', datetime.datetime(2022, 11, 7, 11, 31, 40), 0, [{'text': 'streetphotography', 'indices': [41, 59]}, {'text': 'restaurant', 'indices': [60, 71]}, {'text': 'bar', 'indices': [72, 76]}, {'text': 'VillaMarquise', 'indices': [77, 91]}, {'text': 'Montparnasse', 'indices': [92, 105]}, {'text': 'Paris', 'indices': [106, 112]}], [], [{'screen_name': 'EveDonatello', 'name': 'Eve Donatello', 'id': 1344959448431947776, 'id_str': '1344959448431947776', 'indices': [3, 16]}]], ['1589555766238879744', '1118895893313409031', 'Oakwell Rex Taxis', 'OakwellRexTaxis', 'https://pbs.twimg.com/profile_images/1417137500208893952/CwhgMPAp_normal.jpg', 'Kirklees leading taxi firm, ready to take YOU where you need to go 🙌 🚖 \nCall us on 01924 471111 📞\nBook through our mobile app now! 📲 ↴', 1920, 365, datetime.datetime(2019, 4, 18, 15, 15, 43), 'Every single time... 🤣 \n\n#Meme #Humour #Restaurant https://t.co/ywaaJ37W6S', datetime.datetime(2022, 11, 7, 9, 50, 1), 0, [{'text': 'Meme', 'indices': [25, 30]}, {'text': 'Humour', 'indices': [31, 38]}, {'text': 'Restaurant', 'indices': [39, 50]}], [], []], ['1589541578909306880', '1344959448431947776', 'Eve Donatello', 'EveDonatello', 'https://pbs.twimg.com/profile_images/1529070675268444167/T8YzzDPi_normal.jpg', 'French-Italian artist passionate about the arts, photography, writing, cultural diversity & nature.💃🌻\n(All images and texts are protected by copyright.)', 2992, 3226, datetime.datetime(2021, 1, 1, 10, 54, 11), 'Tropical Paris.\nBy me. #streetphotography #restaurant #bar #VillaMarquise #Montparnasse #Paris https://t.co/cVSdkEzdoW', datetime.datetime(2022, 11, 7, 8, 53, 39), 30, [{'text': 'streetphotography', 'indices': [23, 41]}, {'text': 'restaurant', 'indices': [42, 53]}, {'text': 'bar', 'indices': [54, 58]}, {'text': 'VillaMarquise', 'indices': [59, 73]}, {'text': 'Montparnasse', 'indices': [74, 87]}, {'text': 'Paris', 'indices': [88, 94]}], [], []], ['1589498033766797312', '1579729531384266752', 'Hawelia Sweets', 'HaweliaSweets', 'https://pbs.twimg.com/profile_images/1579736470520475648/8NxdDlWY_normal.jpg', 'Hawelia Sweets is well know restaurant. We provide Bakery, Snacks & Dairy products. Our slogan is FRESH, FAST & TASTY.', 179, 31, datetime.datetime(2022, 10, 11, 7, 4, 36), 'A recipe has no soul. You, as the cook, must bring soul to the recipe.\n#restaurant #foodie #tasty https://t.co/zV3I2vQn2R', datetime.datetime(2022, 11, 7, 6, 0, 37), 0, [{'text': 'restaurant', 'indices': [71, 82]}, {'text': 'foodie', 'indices': [83, 90]}, {'text': 'tasty', 'indices': [91, 97]}], [], []], ['1589464991492866048', '113556679', 'piyush mahamuni', 'piyush_mahamuni', 'https://pbs.twimg.com/profile_images/1265377139895001088/WGShYGMe_normal.jpg', 'Human Resource Specialist with a liking towards Sports, Technology, Science & Recruitment.', 209, 125, datetime.datetime(2010, 2, 12, 5, 59, 28), 'Picture perfect. \n\n#Pune #Weekend #Dinner #Hotel #Restaurant https://t.co/vzxLWIeq0x', datetime.datetime(2022, 11, 7, 3, 49, 19), 1, [{'text': 'Pune', 'indices': [19, 24]}, {'text': 'Weekend', 'indices': [25, 33]}, {'text': 'Dinner', 'indices': [34, 41]}, {'text': 'Hotel', 'indices': [42, 48]}, {'text': 'Restaurant', 'indices': [49, 60]}], [], []], ['1589445048550281217', '2221708754', 'GUD Capital', 'GUDCapital', 'https://pbs.twimg.com/profile_images/759600071671328770/9jzaOGxR_normal.jpg', 'Best Business Loans. We are a Network of 4000+ Traditional and Alternative Business Lenders.', 1788, 2192, datetime.datetime(2013, 11, 29, 16, 26, 43), 'How does a cash advance differ from a loan: https://t.co/uosuPCGOcV #Restaurant #Loan #Loans #diner #Food https://t.co/pqjlJEn2v8', datetime.datetime(2022, 11, 7, 2, 30, 4), 0, [{'text': 'Restaurant', 'indices': [68, 79]}, {'text': 'Loan', 'indices': [80, 85]}, {'text': 'Loans', 'indices': [86, 92]}, {'text': 'diner', 'indices': [93, 99]}, {'text': 'Food', 'indices': [100, 105]}], [{'url': 'https://t.co/uosuPCGOcV', 'expanded_url': 'https://gudcapital.com/restaurant-cash-advance-merchant-financing-for-dining-establishments/', 'display_url': 'gudcapital.com/restaurant-cas…', 'indices': [44, 67]}], []], ['1589387892153282560', '1136128045771874304', 'Foodie in China', 'ChineseFoodPor1', 'https://pbs.twimg.com/profile_images/1136128518893518849/zw3Gmntb_normal.jpg', 'Showing real Chinese food everyday.', 108, 667, datetime.datetime(2019, 6, 5, 4, 30, 9), 'Went to a cute #indian #restaurant , tried some traditional Indian fusion #food 😃#foodie #dinner #lunch #meal #rice https://t.co/9BuecXOknF', datetime.datetime(2022, 11, 6, 22, 42, 57), 4, [{'text': 'indian', 'indices': [15, 22]}, {'text': 'restaurant', 'indices': [23, 34]}, {'text': 'food', 'indices': [74, 79]}, {'text': 'foodie', 'indices': [81, 88]}, {'text': 'dinner', 'indices': [89, 96]}, {'text': 'lunch', 'indices': [97, 103]}, {'text': 'meal', 'indices': [104, 109]}, {'text': 'rice', 'indices': [110, 115]}], [], []], ['1589326149125287937', '148832773', 'Eleno consulta', 'wesplashbc', 'https://pbs.twimg.com/profile_images/1589313179884359681/tqxi64xu_normal.jpg', '#glass #construction #glassrailing #showerenclosures #mirror #design #structural #renovation #glasspartition #cabinet #kitchencabinet #kitchenremodel #edglass', 263, 38, datetime.datetime(2010, 5, 27, 18, 31, 24), 'Mirror will make it more bigger space!#mirror #splashContracting #renovation #restaurant https://t.co/1fLKN0KgBL', datetime.datetime(2022, 11, 6, 18, 37, 36), 0, [{'text': 'mirror', 'indices': [38, 45]}, {'text': 'splashContracting', 'indices': [46, 64]}, {'text': 'renovation', 'indices': [65, 76]}, {'text': 'restaurant', 'indices': [77, 88]}], [], []], ['1589311695675080708', '283975114', 'Moorings Hotel', 'MooringsMwell', 'https://pbs.twimg.com/profile_images/1126863728727744513/J_IuXrkc_normal.jpg', 'Stylish 3* hotel with 32 bedrooms , Bar & Grill Restaurant & Function Suite perfect for a small wedding or conference', 596, 351, datetime.datetime(2011, 4, 18, 11, 27, 3), 'Our Sunday Roast is back now! 😍\n\n#sundayroast #moorings #restaurant #sundaymenu https://t.co/7AExhW6Vep', datetime.datetime(2022, 11, 6, 17, 40, 10), 1, [{'text': 'sundayroast', 'indices': [33, 45]}, {'text': 'moorings', 'indices': [46, 55]}, {'text': 'restaurant', 'indices': [56, 67]}, {'text': 'sundaymenu', 'indices': [68, 79]}], [], []], ['1589298690745077761', '1573720446771597313', 'TheToiletTourist', 'TouristToilet', 'https://pbs.twimg.com/profile_images/1573720542414258176/Ws4D6a_D_normal.jpg', '', 2, 1, datetime.datetime(2022, 9, 24, 17, 6, 18), 'The public toilet #thetoilettourist #toilet #restaurant #uk #unitedkingdom #england #foryou #fyp #viral https://t.co/J33c3fFNar', datetime.datetime(2022, 11, 6, 16, 48, 30), 2, [{'text': 'thetoilettourist', 'indices': [18, 35]}, {'text': 'toilet', 'indices': [36, 43]}, {'text': 'restaurant', 'indices': [44, 55]}, {'text': 'uk', 'indices': [56, 59]}, {'text': 'unitedkingdom', 'indices': [60, 74]}, {'text': 'england', 'indices': [75, 83]}, {'text': 'foryou', 'indices': [84, 91]}, {'text': 'fyp', 'indices': [92, 96]}, {'text': 'viral', 'indices': [97, 103]}], [], []], ['1589286628060581888', '1380952752302399492', 'Home EcSpert 🏠', 'HomeEcSpert', 'https://pbs.twimg.com/profile_images/1381030106391474177/C2AvJ5J-_normal.png', 'Expert in Home Econ/Family and Consumer Sciences. Follow for cooking, nutrition, housekeeping, personal wellness and more!', 137, 1130, datetime.datetime(2021, 4, 10, 18, 36, 15), 'RT @Polishsteakhou1: Polish Steak House\n.\n.\n.\n.\n.\n.\n.\n.\n#food #steak #restaurant #authentic https://t.co/nFpm8F8b83', datetime.datetime(2022, 11, 6, 16, 0, 34), 0, [{'text': 'food', 'indices': [56, 61]}, {'text': 'steak', 'indices': [62, 68]}, {'text': 'restaurant', 'indices': [69, 80]}, {'text': 'authentic', 'indices': [81, 91]}], [], [{'screen_name': 'Polishsteakhou1', 'name': 'PolishSteakHouse', 'id': 1573056208784822272, 'id_str': '1573056208784822272', 'indices': [3, 19]}]], ['1589286605541593089', '1573056208784822272', 'PolishSteakHouse', 'Polishsteakhou1', 'https://pbs.twimg.com/profile_images/1574909117839409152/TvaxrNzB_normal.jpg', 'At Polish steak house, your last bite is just as good as your first.', 0, 0, datetime.datetime(2022, 9, 22, 21, 7, 13), 'Polish Steak House\n.\n.\n.\n.\n.\n.\n.\n.\n#food #steak #restaurant #authentic https://t.co/nFpm8F8b83', datetime.datetime(2022, 11, 6, 16, 0, 28), 0, [{'text': 'food', 'indices': [35, 40]}, {'text': 'steak', 'indices': [41, 47]}, {'text': 'restaurant', 'indices': [48, 59]}, {'text': 'authentic', 'indices': [60, 70]}], [], []], ['1589184857334480897', '148354107', 'THE DIAL', 'THEDIAL', 'https://pbs.twimg.com/profile_images/1531169126990983168/KMZoQpPb_normal.jpg', 'Opening hours: (Mon & Tues: Closed) Wed & Thurs : 12-8:30pm Fri: 12-9pm Sat: 10am-9pm Sun: 10am - 4pm', 2353, 3423, datetime.datetime(2010, 5, 26, 13, 53, 56), 'Sunday lunch served from 12pm\n\n#thedial #restaurant #sundaylunch https://t.co/Q9c2EWQFQC', datetime.datetime(2022, 11, 6, 9, 16, 10), 0, [{'text': 'thedial', 'indices': [31, 39]}, {'text': 'restaurant', 'indices': [40, 51]}, {'text': 'sundaylunch', 'indices': [52, 64]}], [], []], ['1589177300955893762', '1372079544123949056', 'KITCHENTORIA', 'kitchentoria_s', 'https://pbs.twimg.com/profile_images/1377433200788652034/48lAkju7_normal.png', 'Welcome to KITCHENTORIA store! We offer high-quality & unique kitchen supplies for everyone! Explore kitchen decore, gadgets & utensils online!', 17, 3, datetime.datetime(2021, 3, 17, 6, 58, 23), '#restaurant #chefspick Multifunction Silicone Lid Set https://t.co/Ksh6WJcP51 https://t.co/0hrBg4kXGs', datetime.datetime(2022, 11, 6, 8, 46, 8), 0, [{'text': 'restaurant', 'indices': [0, 11]}, {'text': 'chefspick', 'indices': [12, 22]}], [{'url': 'https://t.co/Ksh6WJcP51', 'expanded_url': 'https://kitchentoria.com/multifunction-silicone-lid-set/', 'display_url': 'kitchentoria.com/multifunction-…', 'indices': [54, 77]}], []], ['1589173385942405124', '772469030426906624', 'JsD 🔝🔜', 'veo_live', 'https://pbs.twimg.com/profile_images/1121083108504342530/59A5Ku4r_normal.jpg', 'live updates from 🇺🇦 📍', 124, 113, datetime.datetime(2016, 9, 4, 16, 19, 3), 'Kyiv nightlife yesterday without electricity #Kyiv #war #UkraineRussianWar #Ukraine #restaurant #nightlife #kiev https://t.co/4myXpPoWcS', datetime.datetime(2022, 11, 6, 8, 30, 35), 1, [{'text': 'Kyiv', 'indices': [45, 50]}, {'text': 'war', 'indices': [51, 55]}, {'text': 'UkraineRussianWar', 'indices': [56, 74]}, {'text': 'Ukraine', 'indices': [75, 83]}, {'text': 'restaurant', 'indices': [84, 95]}, {'text': 'nightlife', 'indices': [96, 106]}, {'text': 'kiev', 'indices': [107, 112]}], [], []], ['1589168786703204352', '18882079', 'Jane Feehan', 'jfeehan888', 'https://pbs.twimg.com/profile_images/1578858745249107968/RLjp7MYi_normal.jpg', '#Writer, #historian, #Irish #Catholic #FloridaHistory #history, #PublicRelations, #Comms, #Florida, #MobHistory, #PolioSurvivor', 5749, 5268, datetime.datetime(2009, 1, 11, 22, 26, 51), "Jane's #History Nook : \n#FortLauderdale's first #restaurant, first tamales ... https://t.co/ATq9Ndoa75 https://t.co/zp0wrDR23j", datetime.datetime(2022, 11, 6, 8, 12, 18), 0, [{'text': 'History', 'indices': [7, 15]}, {'text': 'FortLauderdale', 'indices': [24, 39]}, {'text': 'restaurant', 'indices': [48, 59]}], [{'url': 'https://t.co/ATq9Ndoa75', 'expanded_url': 'https://janeshistorynook.blogspot.com/2020/03/fort-lauderdales-first-restaurant-first.html?spref=tw', 'display_url': 'janeshistorynook.blogspot.com/2020/03/fort-l…', 'indices': [79, 102]}], []], ['1589125318820139008', '1589115931325698048', "O'Goody", 'ogoody_exp', 'https://pbs.twimg.com/profile_images/1589116347790766081/cqjew-D__normal.jpg', 'Share goody stuffs, places and moments', 42, 2, datetime.datetime(2022, 11, 6, 4, 43, 39), 'Visited Kabuki located in Pasadena, California #japanese #restaurant #bento #ramen #fusion #California https://t.co/QzwSwmHT8I', datetime.datetime(2022, 11, 6, 5, 19, 35), 0, [{'text': 'japanese', 'indices': [47, 56]}, {'text': 'restaurant', 'indices': [57, 68]}, {'text': 'bento', 'indices': [69, 75]}, {'text': 'ramen', 'indices': [76, 82]}, {'text': 'fusion', 'indices': [83, 90]}, {'text': 'California', 'indices': [91, 102]}], [], []], ['1589070754091786240', '1586784398564888582', 'Interesting Posts', 'KeyPosts', 'https://pbs.twimg.com/profile_images/1586789269808504833/SFe3tzzr_normal.jpg', 'We Post The Best Content.', 1, 39, datetime.datetime(2022, 10, 30, 18, 17, 46), 'The emotions are felt by all in this vid. #Blind #Blindness #Kindness #Braile #Chocolate #Restaurant #Food https://t.co/6JtTAlcQkb', datetime.datetime(2022, 11, 6, 1, 42, 45), 2, [{'text': 'Blind', 'indices': [42, 48]}, {'text': 'Blindness', 'indices': [49, 59]}, {'text': 'Kindness', 'indices': [60, 69]}, {'text': 'Braile', 'indices': [70, 77]}, {'text': 'Chocolate', 'indices': [78, 88]}, {'text': 'Restaurant', 'indices': [89, 100]}, {'text': 'Food', 'indices': [101, 106]}], [], []], ['1588999109226397696', '249222782', 'Felipe Marcondes', 'felipelmarc', 'https://pbs.twimg.com/profile_images/1521980070520229889/9X1yj9iy_normal.jpg', 'All social media things', 953, 366, datetime.datetime(2011, 2, 8, 16, 30, 30), 'A how to make video I made for @tapizonBarRes #restaurant #receipt #videomaker #content https://t.co/Rh5GRqCIPY', datetime.datetime(2022, 11, 5, 20, 58, 4), 0, [{'text': 'restaurant', 'indices': [46, 57]}, {'text': 'receipt', 'indices': [58, 66]}, {'text': 'videomaker', 'indices': [67, 78]}, {'text': 'content', 'indices': [79, 87]}], [], [{'screen_name': 'tapizonBarRes', 'name': 'Tapizôn', 'id': 1581069638678421504, 'id_str': '1581069638678421504', 'indices': [31, 45]}]], ['1588982851126857729', '726131930610159616', 'Alla K', 'AllaKrymova', 'https://pbs.twimg.com/profile_images/728226707531026434/h2mHknm1_normal.jpg', 'Люблю позитив!', 22873, 47385, datetime.datetime(2016, 4, 29, 19, 31, 57), 'RT @JohannaTraveler: Today we go to restaurant 🍽️🥘🍷\n #Food #Moldavia #restaurant #traditional #bonappetit https://t.co/a4nay3l1ts', datetime.datetime(2022, 11, 5, 19, 53, 28), 0, [{'text': 'Food', 'indices': [54, 59]}, {'text': 'Moldavia', 'indices': [60, 69]}, {'text': 'restaurant', 'indices': [70, 81]}, {'text': 'traditional', 'indices': [83, 95]}, {'text': 'bonappetit', 'indices': [96, 107]}], [], [{'screen_name': 'JohannaTraveler', 'name': 'Johanna', 'id': 1506680906605633545, 'id_str': '1506680906605633545', 'indices': [3, 19]}]], ['1588957710086651904', '1316693582384857090', 'Ailes Mortgage Solutions', 'ailesmortgages', 'https://pbs.twimg.com/profile_images/1320423261222637576/aErkhrHH_normal.jpg', 'An independent mortgage specialist for your mortgage, re-mortgage, including buy to let, Personal & family protection i.e life insurance, & critical illness.', 2, 9, datetime.datetime(2020, 10, 15, 10, 53, 16), 'Brunch on Ladypool Road. #ladypool #ladypoolroad #brunch #lounglachi #breakfast #restaurant https://t.co/r9Jtv6Rfyp', datetime.datetime(2022, 11, 5, 18, 13, 34), 0, [{'text': 'ladypool', 'indices': [25, 34]}, {'text': 'ladypoolroad', 'indices': [35, 48]}, {'text': 'brunch', 'indices': [49, 56]}, {'text': 'lounglachi', 'indices': [57, 68]}, {'text': 'breakfast', 'indices': [69, 79]}, {'text': 'restaurant', 'indices': [80, 91]}], [], []], ['1588938178916151296', '31028807', 'Alex S Silva', 'Alexanva', 'https://pbs.twimg.com/profile_images/1478887333076381702/6eGWhP-X_normal.jpg', "Entrepreneur, professor & Linguist passionate about wild life, nature, freedom, rock 'n roll, oceans, and human interactions. Anti comunist to my guts!", 2548, 1328, datetime.datetime(2009, 4, 14, 2, 8, 20), 'Rusty Pelican #restaurant in #Miami a must when visiting the city \n#Miami #florida #usa https://t.co/jbMoDLbmBF', datetime.datetime(2022, 11, 5, 16, 55, 57), 0, [{'text': 'restaurant', 'indices': [14, 25]}, {'text': 'Miami', 'indices': [29, 35]}, {'text': 'Miami', 'indices': [67, 73]}, {'text': 'florida', 'indices': [74, 82]}, {'text': 'usa', 'indices': [83, 87]}], [], []], ['1588936149300441088', '3393915262', "Le'Spice Ely", 'LeSpiceEly', 'https://pbs.twimg.com/profile_images/1533545505787191297/vARWg7sn_normal.jpg', 'Fine Indian dining with superb service in #Ely', 143, 313, datetime.datetime(2015, 7, 29, 13, 50, 57), 'Le spice Ely #restaurant #spicyfood #takeout #deliveries #wedeliver https://t.co/Bg5hKdIedI', datetime.datetime(2022, 11, 5, 16, 47, 53), 1, [{'text': 'restaurant', 'indices': [13, 24]}, {'text': 'spicyfood', 'indices': [25, 35]}, {'text': 'takeout', 'indices': [36, 44]}, {'text': 'deliveries', 'indices': [45, 56]}, {'text': 'wedeliver', 'indices': [57, 67]}], [], []], ['1588928683221614592', '131882234', '♣️♦️vialdy♥♣️', 'Vialdy18', 'https://pbs.twimg.com/profile_images/1526682662701785090/gAxzR566_normal.jpg', 'Follow me on instagram @vialdy I am here for all your real estate needs, feel free to reach out #loanofficer #habloespanol', 255, 248, datetime.datetime(2010, 4, 11, 16, 41, 15), 'Great restaurant , what’s your favorite drink/food from there ? #baltimore #restaurant #deliciousfood https://t.co/O4L75oWAFw', datetime.datetime(2022, 11, 5, 16, 18, 13), 1, [{'text': 'baltimore', 'indices': [64, 74]}, {'text': 'restaurant', 'indices': [75, 86]}, {'text': 'deliciousfood', 'indices': [87, 101]}], [], []], ['1588928053274726400', '1077185068341305344', 'Rinconcito de Lima', 'LimaRinconcito', 'https://pbs.twimg.com/profile_images/1077185178366238720/bKAyhe_1_normal.jpg', 'The most authentic & delicious Peruvian food in Jacksonville! Catering available 7 d/wk. No event too big or too small! Restaurant & #foodtruck (904)487-7962', 24, 11, datetime.datetime(2018, 12, 24, 12, 51, 48), '📍 7300 Beach blvd32216 | 904-4877962 ✨ #delicia #peruvianfood #jacksonville #food #restaurant https://t.co/OEUys4uN32', datetime.datetime(2022, 11, 5, 16, 15, 43), 0, [{'text': 'delicia', 'indices': [39, 47]}, {'text': 'peruvianfood', 'indices': [48, 61]}, {'text': 'jacksonville', 'indices': [62, 75]}, {'text': 'food', 'indices': [76, 81]}, {'text': 'restaurant', 'indices': [82, 93]}], [], []], ['1588906484271763456', '1573056208784822272', 'PolishSteakHouse', 'Polishsteakhou1', 'https://pbs.twimg.com/profile_images/1574909117839409152/TvaxrNzB_normal.jpg', 'At Polish steak house, your last bite is just as good as your first.', 0, 0, datetime.datetime(2022, 9, 22, 21, 7, 13), 'Polish Steak House\n.\n.\n.\n.\n.\n.\n.\n.\n#food #steak #restaurant #authentic https://t.co/v7fQY9YW3m', datetime.datetime(2022, 11, 5, 14, 50), 1, [{'text': 'food', 'indices': [35, 40]}, {'text': 'steak', 'indices': [41, 47]}, {'text': 'restaurant', 'indices': [48, 59]}, {'text': 'authentic', 'indices': [60, 70]}], [], []], ['1588901896362037248', '223005815', 'Mark DeBonis', 'TheMarkDeBonis', 'https://pbs.twimg.com/profile_images/1325799039657455617/L5LoDjI3_normal.jpg', 'हास्य अभिनेता\nNew stand-up/sketch album MINUTIAE @comedyrecords - all platforms \n⬇️Philosophy&Theory of StandUpComedy⬇️', 131, 3019, datetime.datetime(2010, 12, 5, 3, 10, 4), 'Why isn’t there a kids tax in restaurants… \n\n👶👧🧒💲🤑\n\n#podcast #comedian #kids #tax #restaurant #gross https://t.co/HVnKjdjEbc', datetime.datetime(2022, 11, 5, 14, 31, 47), 3, [{'text': 'podcast', 'indices': [52, 60]}, {'text': 'comedian', 'indices': [61, 70]}, {'text': 'kids', 'indices': [71, 76]}, {'text': 'tax', 'indices': [77, 81]}, {'text': 'restaurant', 'indices': [82, 93]}, {'text': 'gross', 'indices': [94, 100]}], [], []], ['1588875141643374592', '1180997356914909186', 'craig_rays', 'RaysCraig', 'https://pbs.twimg.com/profile_images/1355897051092049923/gwFK7nJS_normal.jpg', 'Renaissance Man-I follow BOTS and THOTS! ✊🏾💯', 139, 130, datetime.datetime(2019, 10, 7, 0, 5, 4), 'On my Mediterranean Shit!\n#zaytinya #dc #food #Mediterranean #restaurant https://t.co/2iyTfZg4kH', datetime.datetime(2022, 11, 5, 12, 45, 28), 2, [{'text': 'zaytinya', 'indices': [26, 35]}, {'text': 'dc', 'indices': [36, 39]}, {'text': 'food', 'indices': [40, 45]}, {'text': 'Mediterranean', 'indices': [46, 60]}, {'text': 'restaurant', 'indices': [61, 72]}], [], []], ['1588839093718646786', '1586014816434536451', 'Alina', '1malinaaaa0902', 'https://pbs.twimg.com/profile_images/1586015418468241415/izgEfgrH_normal.jpg', 'Cook, Confectioner\n🔎Search for work \nMarried💍\n#searchwork #food #restaurantservice #desserts', 546, 166, datetime.datetime(2022, 10, 28, 15, 19, 48), 'Author vegetable salad🥗\n#salad #Food #Foodie #restaurant https://t.co/tkKs5qnuHe', datetime.datetime(2022, 11, 5, 10, 22, 13), 2, [{'text': 'salad', 'indices': [24, 30]}, {'text': 'Food', 'indices': [31, 36]}, {'text': 'Foodie', 'indices': [37, 44]}, {'text': 'restaurant', 'indices': [45, 56]}], [], []], ['1588718115739045891', '856975240630501380', 'Stover', 'bbqhunk', 'https://pbs.twimg.com/profile_images/1563242141685465088/iY1va0Jy_normal.jpg', 'Producer of Content. @calibbqmedia @calicomfort. Certified Grade-A BBQHUNK', 473, 203, datetime.datetime(2017, 4, 25, 20, 56, 34), 'RT @shawnpwalchef: How to be a @calicomfort VIP\xa0📲 - https://t.co/7YJVdvEZHJ #calibbq #sandiego #restaurant https://t.co/rNpzaGMGsB', datetime.datetime(2022, 11, 5, 2, 21, 30), 0, [{'text': 'calibbq', 'indices': [76, 84]}, {'text': 'sandiego', 'indices': [85, 94]}, {'text': 'restaurant', 'indices': [95, 106]}], [{'url': 'https://t.co/7YJVdvEZHJ', 'expanded_url': 'https://mailchi.mp/calibbq/vip-bbq-november-2022', 'display_url': 'mailchi.mp/calibbq/vip-bb…', 'indices': [52, 75]}], [{'screen_name': 'shawnpwalchef', 'name': 'Shawn Walchef', 'id': 206560051, 'id_str': '206560051', 'indices': [3, 17]}, {'screen_name': 'CaliComfort', 'name': 'Cali BBQ', 'id': 18090409, 'id_str': '18090409', 'indices': [31, 43]}]], ['1588668726190432256', '1738556923', 'CZChapwoman 🇺🇦', 'ChapwomanCZ', 'https://pbs.twimg.com/profile_images/828358541610250240/PJ0V6WA5_normal.jpg', '#SlavaUkraini', 1421, 395, datetime.datetime(2013, 9, 6, 23, 58, 28), 'RT @dariusaniunas: Mid day at The Beachcomber (closed). Cahoon Hollow beach, Wellfleet. #capecod #beach #restaurant https://t.co/D4Wdx6erme', datetime.datetime(2022, 11, 4, 23, 5, 15), 0, [{'text': 'capecod', 'indices': [88, 96]}, {'text': 'beach', 'indices': [97, 103]}, {'text': 'restaurant', 'indices': [104, 115]}], [], [{'screen_name': 'dariusaniunas', 'name': 'Darius Aniunas', 'id': 1200003104932016128, 'id_str': '1200003104932016128', 'indices': [3, 17]}]], ['1588655047549722624', '617853906', 'Brett Murphy', 'bmurphypointman', 'https://pbs.twimg.com/profile_images/1305061122630795265/lYYwb4gH_normal.jpg', '#twitter #marketing #promotions #socialmedia #affiliatemarketing #fundraising #business #writerscommunity Get help with marketing here https://t.co/4UQZqO5q5q', 23006, 83227, datetime.datetime(2012, 6, 25, 4, 38, 20), 'RT @shawnpwalchef: How to be a @calicomfort VIP\xa0📲 - https://t.co/7YJVdvEZHJ #calibbq #sandiego #restaurant https://t.co/rNpzaGMGsB', datetime.datetime(2022, 11, 4, 22, 10, 53), 0, [{'text': 'calibbq', 'indices': [76, 84]}, {'text': 'sandiego', 'indices': [85, 94]}, {'text': 'restaurant', 'indices': [95, 106]}], [{'url': 'https://t.co/7YJVdvEZHJ', 'expanded_url': 'https://mailchi.mp/calibbq/vip-bbq-november-2022', 'display_url': 'mailchi.mp/calibbq/vip-bb…', 'indices': [52, 75]}], [{'screen_name': 'shawnpwalchef', 'name': 'Shawn Walchef', 'id': 206560051, 'id_str': '206560051', 'indices': [3, 17]}, {'screen_name': 'CaliComfort', 'name': 'Cali BBQ', 'id': 18090409, 'id_str': '18090409', 'indices': [31, 43]}]], ['1588643710014607360', '38224510', 'Justin Rynn', 'JustDOC', 'https://pbs.twimg.com/profile_images/567096098502627329/gJ55PsEz_normal.jpeg', '', 1989, 660, datetime.datetime(2009, 5, 6, 17, 6, 33), 'RT @shawnpwalchef: How to be a @calicomfort VIP\xa0📲 - https://t.co/7YJVdvEZHJ #calibbq #sandiego #restaurant https://t.co/rNpzaGMGsB', datetime.datetime(2022, 11, 4, 21, 25, 50), 0, [{'text': 'calibbq', 'indices': [76, 84]}, {'text': 'sandiego', 'indices': [85, 94]}, {'text': 'restaurant', 'indices': [95, 106]}], [{'url': 'https://t.co/7YJVdvEZHJ', 'expanded_url': 'https://mailchi.mp/calibbq/vip-bbq-november-2022', 'display_url': 'mailchi.mp/calibbq/vip-bb…', 'indices': [52, 75]}], [{'screen_name': 'shawnpwalchef', 'name': 'Shawn Walchef', 'id': 206560051, 'id_str': '206560051', 'indices': [3, 17]}, {'screen_name': 'CaliComfort', 'name': 'Cali BBQ', 'id': 18090409, 'id_str': '18090409', 'indices': [31, 43]}]], ['1588625474854551554', '1404884448617844739', 'India Culture Bot', 'IndiaCultureBot', 'https://pbs.twimg.com/profile_images/1404885633680674818/q84VqtBE_normal.jpg', 'Retweeting the sights, sounds, smells, and tastes of India.\n**𝘽𝙤𝙩 𝘼𝙘𝙘𝙤𝙪𝙣𝙩**', 0, 164, datetime.datetime(2021, 6, 15, 19, 33, 5), 'RT @GandhiST11: Takeaway Order Now https://t.co/EpMh86hWsu #Food #Foodie #takeaway #restaurant #indianfood #Order https://t.co/Dk6S5aS12S', datetime.datetime(2022, 11, 4, 20, 13, 23), 0, [{'text': 'Food', 'indices': [59, 64]}, {'text': 'Foodie', 'indices': [65, 72]}, {'text': 'takeaway', 'indices': [73, 82]}, {'text': 'restaurant', 'indices': [83, 94]}, {'text': 'indianfood', 'indices': [95, 106]}, {'text': 'Order', 'indices': [107, 113]}], [{'url': 'https://t.co/EpMh86hWsu', 'expanded_url': 'http://thegandhis.co.uk', 'display_url': 'thegandhis.co.uk', 'indices': [35, 58]}], [{'screen_name': 'GandhiST11', 'name': 'Gandhi Indian Restaurant & Takeaway Stoke On Trent', 'id': 1499806471403487237, 'id_str': '1499806471403487237', 'indices': [3, 14]}]], ['1588622088067493888', '18090409', 'Cali BBQ', 'CaliComfort', 'https://pbs.twimg.com/profile_images/1004065736342454272/WDy_itPd_normal.jpg', '🍖 San Diego’s Amazon Prime of BBQ 🎥 Podcasts @calibbqmedia ❤️ Founder @shawnpwalchef 📲 Buy BBQ online, anytime', 2850, 3283, datetime.datetime(2008, 12, 13, 0, 55, 22), 'RT @shawnpwalchef: How to be a @calicomfort VIP\xa0📲 - https://t.co/7YJVdvEZHJ #calibbq #sandiego #restaurant https://t.co/rNpzaGMGsB', datetime.datetime(2022, 11, 4, 19, 59, 55), 0, [{'text': 'calibbq', 'indices': [76, 84]}, {'text': 'sandiego', 'indices': [85, 94]}, {'text': 'restaurant', 'indices': [95, 106]}], [{'url': 'https://t.co/7YJVdvEZHJ', 'expanded_url': 'https://mailchi.mp/calibbq/vip-bbq-november-2022', 'display_url': 'mailchi.mp/calibbq/vip-bb…', 'indices': [52, 75]}], [{'screen_name': 'shawnpwalchef', 'name': 'Shawn Walchef', 'id': 206560051, 'id_str': '206560051', 'indices': [3, 17]}, {'screen_name': 'CaliComfort', 'name': 'Cali BBQ', 'id': 18090409, 'id_str': '18090409', 'indices': [31, 43]}]], ['1588621666971750400', '1499806471403487237', 'Gandhi Indian Restaurant & Takeaway Stoke On Trent', 'GandhiST11', 'https://pbs.twimg.com/profile_images/1582831630963597328/K_3qzJ_X_normal.jpg', 'Gandhi Indian Restaurant & Takeaway In Stoke-On-Trent Fine Dining indian Restaurant In Staffordshire Book a Table Or Delivery Online best indian Restaurant', 991, 139, datetime.datetime(2022, 3, 4, 17, 58, 42), 'Takeaway Order Now https://t.co/EpMh86hWsu #Food #Foodie #takeaway #restaurant #indianfood #Order https://t.co/Dk6S5aS12S', datetime.datetime(2022, 11, 4, 19, 58, 15), 0, [{'text': 'Food', 'indices': [43, 48]}, {'text': 'Foodie', 'indices': [49, 56]}, {'text': 'takeaway', 'indices': [57, 66]}, {'text': 'restaurant', 'indices': [67, 78]}, {'text': 'indianfood', 'indices': [79, 90]}, {'text': 'Order', 'indices': [91, 97]}], [{'url': 'https://t.co/EpMh86hWsu', 'expanded_url': 'http://thegandhis.co.uk', 'display_url': 'thegandhis.co.uk', 'indices': [19, 42]}], []], ['1588610839241785345', '27957934', 'Charlie Jeffers', 'chlj', 'https://pbs.twimg.com/profile_images/694680759827759104/_NuRqdMy_normal.jpg', 'Lots of Web Food Tech, my kids, my grand kids, motobikes, yoga, running, just plain fun on Twitter, w a Master in #Bacon and a Minor in #ArtisanBread', 1863, 2367, datetime.datetime(2009, 3, 31, 20, 41, 51), '7 Things #Chefs Would Never Order at a #Restaurant | @EatThisNotThat https://t.co/KdQnBuUvso https://t.co/y2eKOofREJ', datetime.datetime(2022, 11, 4, 19, 15, 13), 0, [{'text': 'Chefs', 'indices': [9, 15]}, {'text': 'Restaurant', 'indices': [39, 50]}], [{'url': 'https://t.co/KdQnBuUvso', 'expanded_url': 'http://ow.ly/T5IL50LumGF', 'display_url': 'ow.ly/T5IL50LumGF', 'indices': [69, 92]}], [{'screen_name': 'EatThisNotThat', 'name': 'Eat This, Not That!', 'id': 32122637, 'id_str': '32122637', 'indices': [53, 68]}]], ['1588605994472456194', '206560051', 'Shawn Walchef', 'shawnpwalchef', 'https://pbs.twimg.com/profile_images/1552889762054299648/f8btOf5q_normal.jpg', 'Chief Visionary Officer @CaliBBQMedia, #RestaurantInfluencers & #DigitalHospitality Podcast Host, Restaurateur @CaliComfort & Proud New Dad.', 2854, 2293, datetime.datetime(2010, 10, 23, 6, 22, 47), 'How to be a @calicomfort VIP\xa0📲 - https://t.co/7YJVdvEZHJ #calibbq #sandiego #restaurant https://t.co/rNpzaGMGsB', datetime.datetime(2022, 11, 4, 18, 55, 58), 6, [{'text': 'calibbq', 'indices': [57, 65]}, {'text': 'sandiego', 'indices': [66, 75]}, {'text': 'restaurant', 'indices': [76, 87]}], [{'url': 'https://t.co/7YJVdvEZHJ', 'expanded_url': 'https://mailchi.mp/calibbq/vip-bbq-november-2022', 'display_url': 'mailchi.mp/calibbq/vip-bb…', 'indices': [33, 56]}], [{'screen_name': 'CaliComfort', 'name': 'Cali BBQ', 'id': 18090409, 'id_str': '18090409', 'indices': [12, 24]}]], ['1588570212915621888', '1548952739773927424', 'ReFox', 'ReFox_23', 'https://pbs.twimg.com/profile_images/1549308441587552263/SdfOBEYY_normal.png', "I'm a naturally optimistic person.Optimism is my secret weapon. Otherwise it's difficult to live. Oh, I almost forgot, I'm an NFT artist \n#Kiev #OpenSeaNFT #NFT", 3294, 2922, datetime.datetime(2022, 7, 18, 8, 49, 53), 'RT @barakuda_v: Happy Sunday evening!\n#food #restaurant #Sunday\n\nhttps://t.co/5CKnAueIfK https://t.co/HPdQYAJuTk', datetime.datetime(2022, 11, 4, 16, 33, 47), 0, [{'text': 'food', 'indices': [38, 43]}, {'text': 'restaurant', 'indices': [44, 55]}, {'text': 'Sunday', 'indices': [56, 63]}], [{'url': 'https://t.co/5CKnAueIfK', 'expanded_url': 'https://opensea.io/assets/matic/0x2953399124f0cbb46d2cbacd8a89cf0599974963/13173998533992126446583691416319892168351560267620493007632464723776446136321/', 'display_url': 'opensea.io/assets/matic/0…', 'indices': [65, 88]}], [{'screen_name': 'barakuda_v', 'name': 'Barakuda V', 'id': 1560922142379851778, 'id_str': '1560922142379851778', 'indices': [3, 14]}]], ['1588565568176750593', '27957934', 'Charlie Jeffers', 'chlj', 'https://pbs.twimg.com/profile_images/694680759827759104/_NuRqdMy_normal.jpg', 'Lots of Web Food Tech, my kids, my grand kids, motobikes, yoga, running, just plain fun on Twitter, w a Master in #Bacon and a Minor in #ArtisanBread', 1863, 2367, datetime.datetime(2009, 3, 31, 20, 41, 51), 'Six Ways to Get More #Google Reviews for Your #Restaurant | @ModRestManage https://t.co/czBZu1sNu1 https://t.co/h53DZvlefM', datetime.datetime(2022, 11, 4, 16, 15, 20), 0, [{'text': 'Google', 'indices': [21, 28]}, {'text': 'Restaurant', 'indices': [46, 57]}], [{'url': 'https://t.co/czBZu1sNu1', 'expanded_url': 'http://ow.ly/LMSm50LuiIU', 'display_url': 'ow.ly/LMSm50LuiIU', 'indices': [75, 98]}], [{'screen_name': 'ModRestManage', 'name': 'ModRestManagement', 'id': 715578249213042688, 'id_str': '715578249213042688', 'indices': [60, 74]}]], ['1588564244332691457', '2221708754', 'GUD Capital', 'GUDCapital', 'https://pbs.twimg.com/profile_images/759600071671328770/9jzaOGxR_normal.jpg', 'Best Business Loans. We are a Network of 4000+ Traditional and Alternative Business Lenders.', 1788, 2192, datetime.datetime(2013, 11, 29, 16, 26, 43), 'Food court SBA loans: https://t.co/WiYZfgOJSt #Restaurant #Mall #Shopping #Foodie #Food #Startup #Business #Finance https://t.co/GbL5cjWihf', datetime.datetime(2022, 11, 4, 16, 10, 4), 0, [{'text': 'Restaurant', 'indices': [46, 57]}, {'text': 'Mall', 'indices': [58, 63]}, {'text': 'Shopping', 'indices': [64, 73]}, {'text': 'Foodie', 'indices': [74, 81]}, {'text': 'Food', 'indices': [82, 87]}, {'text': 'Startup', 'indices': [88, 96]}, {'text': 'Business', 'indices': [97, 106]}, {'text': 'Finance', 'indices': [107, 115]}], [{'url': 'https://t.co/WiYZfgOJSt', 'expanded_url': 'https://gudcapital.com/mall-food-court-loans/', 'display_url': 'gudcapital.com/mall-food-cour…', 'indices': [22, 45]}], []], ['1588551083965939712', '1570763547277414400', 'graphic designer md naimur rahman', 'mdnaimu65634225', 'https://pbs.twimg.com/profile_images/1570764259000471554/do57FvH2_normal.jpg', 'i am#graphic design\n#business card, #flyer,#poster #logo,designer#data entry\nnaimur70rahman@gmail.com', 441, 49, datetime.datetime(2022, 9, 16, 13, 18, 37), 'Restaurent flyer design #restaurant #flyer #flyer design #pizza#pizza #pizzalovers https://t.co/d6fblRIhN9', datetime.datetime(2022, 11, 4, 15, 17, 46), 0, [{'text': 'restaurant', 'indices': [24, 35]}, {'text': 'flyer', 'indices': [36, 42]}, {'text': 'flyer', 'indices': [43, 49]}, {'text': 'pizzalovers', 'indices': [70, 82]}], [], []], ['1588541356657344512', '1578018754688036866', 'Kunal Bishwakarma', 'ikunalBishwa', 'https://pbs.twimg.com/profile_images/1578882973197279232/B0JZk_v3_normal.jpg', 'Nepali Actor🇳🇵', 2, 1, datetime.datetime(2022, 10, 6, 13, 46, 23), 'Night to yourself 🍷\n#scotland #highlands #restaurant #dinnerdate https://t.co/QPR8WxiNB2', datetime.datetime(2022, 11, 4, 14, 39, 7), 1, [{'text': 'scotland', 'indices': [20, 29]}, {'text': 'highlands', 'indices': [30, 40]}, {'text': 'restaurant', 'indices': [41, 52]}, {'text': 'dinnerdate', 'indices': [53, 64]}], [], []], ['1588535361155866630', '27957934', 'Charlie Jeffers', 'chlj', 'https://pbs.twimg.com/profile_images/694680759827759104/_NuRqdMy_normal.jpg', 'Lots of Web Food Tech, my kids, my grand kids, motobikes, yoga, running, just plain fun on Twitter, w a Master in #Bacon and a Minor in #ArtisanBread', 1863, 2367, datetime.datetime(2009, 3, 31, 20, 41, 51), 'How bad is #restaurant inflation? Here’s what the #data shows. | @RestaurantDive https://t.co/DLVVrfuJdU https://t.co/jWrkt0ODjB', datetime.datetime(2022, 11, 4, 14, 15, 18), 0, [{'text': 'restaurant', 'indices': [11, 22]}, {'text': 'data', 'indices': [50, 55]}], [{'url': 'https://t.co/DLVVrfuJdU', 'expanded_url': 'http://ow.ly/xasM50LuhUA', 'display_url': 'ow.ly/xasM50LuhUA', 'indices': [81, 104]}], [{'screen_name': 'RestaurantDive', 'name': 'Restaurant Dive', 'id': 1021507308092841984, 'id_str': '1021507308092841984', 'indices': [65, 80]}]], ['1588515909412552705', '1371780549589733383', 'Lens By ProPakistani', 'LENsByPP', 'https://pbs.twimg.com/profile_images/1503642472831987713/FbMIgOiR_normal.jpg', 'Entertainment Website\n\nYour daily dose of art, culture and lifestyle\nhttps://t.co/lgz57M1LWe', 92, 104, datetime.datetime(2021, 3, 16, 11, 9, 29), 'Read More: https://t.co/LGa98Rac4X\n#bellaciaocafe #bellaciao #moneyheist #professor #nairobi #peshawar #restaurant https://t.co/fEHfDhkBYW', datetime.datetime(2022, 11, 4, 12, 58), 1, [{'text': 'bellaciaocafe', 'indices': [35, 49]}, {'text': 'bellaciao', 'indices': [50, 60]}, {'text': 'moneyheist', 'indices': [61, 72]}, {'text': 'professor', 'indices': [73, 83]}, {'text': 'nairobi', 'indices': [84, 92]}, {'text': 'peshawar', 'indices': [93, 102]}, {'text': 'restaurant', 'indices': [103, 114]}], [{'url': 'https://t.co/LGa98Rac4X', 'expanded_url': 'https://propakistani.pk/lens/this-money-heist-inspired-restaurant-in-peshawar-is-the-talk-of-the-town/', 'display_url': 'propakistani.pk/lens/this-mone…', 'indices': [11, 34]}], []], ['1588496145747443712', '1552545565426196486', 'Vitale Restaurant | Bar', 'vitaleistanbul', 'https://pbs.twimg.com/profile_images/1552545617968332801/RMFtbA3k_normal.png', "Welcome to Istanbul's newest and most beautiful restaurant.", 0, 0, datetime.datetime(2022, 7, 28, 6, 44, 54), "Vitale's indoor hall will help you make great memories.\n\n#vitalerestaurant #istanbul #cityguide #mustsee #restaurant https://t.co/8YmznwHEdX", datetime.datetime(2022, 11, 4, 11, 39, 28), 0, [{'text': 'vitalerestaurant', 'indices': [57, 74]}, {'text': 'istanbul', 'indices': [75, 84]}, {'text': 'cityguide', 'indices': [85, 95]}, {'text': 'mustsee', 'indices': [96, 104]}, {'text': 'restaurant', 'indices': [105, 116]}], [], []], ['1588495182613598209', '1559552248576868355', 'Fashionking777', 'Fashionking7771', 'https://pbs.twimg.com/profile_images/1560202528343588865/6NGHWAbg_normal.jpg', "I'm single GAY man ,hip hop dancer , love sexy men ,fashion ,ID channel, true crime ,reading ,travel and fine dining I'm a foodie\ndon't let anyone steal yourjoy", 395, 81, datetime.datetime(2022, 8, 16, 14, 47, 7), '#breakfastbuffet #espressomachine #coffee\n#restaurant favorite #breakfast spot #nyc https://t.co/qCHPNGlmWE', datetime.datetime(2022, 11, 4, 11, 35, 39), 0, [{'text': 'breakfastbuffet', 'indices': [0, 16]}, {'text': 'espressomachine', 'indices': [17, 33]}, {'text': 'coffee', 'indices': [34, 41]}, {'text': 'restaurant', 'indices': [42, 53]}, {'text': 'breakfast', 'indices': [63, 73]}, {'text': 'nyc', 'indices': [79, 83]}], [], []], ['1588485210286555138', '1325703217213284352', 'The Happy Smiley', 'The_happysmiley', 'https://pbs.twimg.com/profile_images/1334031873501179904/mRyrH4oM_normal.jpg', 'Welcome to The Happy Smiley store! All you need to enjoy a great party! From cheerful & unique decorations to lovely gifts!', 0, 6, datetime.datetime(2020, 11, 9, 7, 34, 51), '#restaurant #chefspick Jingdezhen Classic Ceramic Vase https://t.co/2SHcZPcnNi https://t.co/5YwP7zq5ds', datetime.datetime(2022, 11, 4, 10, 56, 1), 0, [{'text': 'restaurant', 'indices': [0, 11]}, {'text': 'chefspick', 'indices': [12, 22]}], [{'url': 'https://t.co/2SHcZPcnNi', 'expanded_url': 'https://thehappysmiley.com/jingdezhen-classic-ceramic-vase/', 'display_url': 'thehappysmiley.com/jingdezhen-cla…', 'indices': [55, 78]}], []], ['1588456361301622790', '1357513391456272384', 'Cook Room Club', 'CookRoomClub', 'https://pbs.twimg.com/profile_images/1362028195537649666/JMxhygS0_normal.png', 'Welcome to Cook Room Club store! We offer a great selection of high-quality kitchen appliances & general kitchen supplies. All you need to cook up a storm.', 0, 2, datetime.datetime(2021, 2, 5, 2, 16, 50), 'Creative Dinosaur Shaped Eco-Friendly Plastic Cookie Cutters Set #restaurant #chefspick https://t.co/JETK1GEvF7 https://t.co/L7subvoMmz', datetime.datetime(2022, 11, 4, 9, 1, 23), 0, [{'text': 'restaurant', 'indices': [65, 76]}, {'text': 'chefspick', 'indices': [77, 87]}], [{'url': 'https://t.co/JETK1GEvF7', 'expanded_url': 'https://cookroomclub.com/creative-dinosaur-shaped-eco-friendly-plastic-cookie-cutters-set/', 'display_url': 'cookroomclub.com/creative-dinos…', 'indices': [88, 111]}], []]]
#insert data from list to pandas dataframe
tweetdf_all = pd.DataFrame(outtweets_all,columns = ["tweet_id","user_id","user_name","twitter_handle","profile_image_url","tweet_description","friends_count","followers_count","user_account_created","tweet_text","created_at","tweet_likes","tags","restaurant_url",'target_user'])
tweetdf_all.to_csv(r'C:\\Users\\Gayatri\\Downloads\\Web Scrapping\\data.csv')
tweetdf_all
| tweet_id | user_id | user_name | twitter_handle | profile_image_url | tweet_description | friends_count | followers_count | user_account_created | tweet_text | created_at | tweet_likes | tags | restaurant_url | target_user | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | 1591621373155221505 | 1586146488786247681 | Geodian | Geodian_ | https://pbs.twimg.com/profile_images/158614661... | Geographer on YouTube & TikTok | 32 | 6 | 2022-10-29 00:03:17 | Biggest Fast Food Chain! #FastFood #Biggest #F... | 2022-11-13 02:38:00 | 1 | [{'text': 'FastFood', 'indices': [25, 34]}, {'... | [] | [] |
| 1 | 1591597935841906688 | 1571398410179313664 | 29 Eatery & Bar | 29_Eatery_n_Bar | https://pbs.twimg.com/profile_images/157468306... | 29 Eatery & Bar is a European restaurant rated... | 15 | 0 | 2022-09-18 07:19:33 | Weekend 🥂😍 #BinhDuong #Food #Drink #29Eatery... | 2022-11-13 01:04:53 | 0 | [{'text': 'BinhDuong', 'indices': [13, 23]}, {... | [] | [] |
| 2 | 1591561483896647680 | 1552446385747812352 | AppyMeal | AppyMealApp | https://pbs.twimg.com/profile_images/155244646... | To-Go local marketplace | 30 | 6 | 2022-07-28 00:10:41 | Make sure you’re using the best app off the fi... | 2022-11-12 22:40:02 | 1 | [{'text': 'food', 'indices': [80, 85]}, {'text... | [] | [] |
| 3 | 1591518222834356224 | 1426525878884847619 | Lisa Farnworth | LisaFarnworth5 | https://pbs.twimg.com/profile_images/142652602... | 1559 | 841 | 2021-08-14 12:47:32 | RT @nvijaysairam: @elonmusk have a look at thi... | 2022-11-12 19:48:07 | 0 | [{'text': 'indian', 'indices': [51, 58]}, {'te... | [] | [{'screen_name': 'nvijaysairam', 'name': 'n.vi... | |
| 4 | 1591513731934334976 | 166053903 | n.vijaysairam | nvijaysairam | https://pbs.twimg.com/profile_images/152335362... | #thuglife #peace what I need!!!! | 411 | 46 | 2010-07-13 05:57:37 | @elonmusk have a look at this!!! #indian 🤣🤣🤣 #... | 2022-11-12 19:30:17 | 1 | [{'text': 'indian', 'indices': [33, 40]}, {'te... | [] | [{'screen_name': 'elonmusk', 'name': 'Elon Mus... |
| ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
| 234 | 1588515909412552705 | 1371780549589733383 | Lens By ProPakistani | LENsByPP | https://pbs.twimg.com/profile_images/150364247... | Entertainment Website\n\nYour daily dose of ar... | 92 | 104 | 2021-03-16 11:09:29 | Read More: https://t.co/LGa98Rac4X\n#bellaciao... | 2022-11-04 12:58:00 | 1 | [{'text': 'bellaciaocafe', 'indices': [35, 49]... | [{'url': 'https://t.co/LGa98Rac4X', 'expanded_... | [] |
| 235 | 1588496145747443712 | 1552545565426196486 | Vitale Restaurant | Bar | vitaleistanbul | https://pbs.twimg.com/profile_images/155254561... | Welcome to Istanbul's newest and most beautifu... | 0 | 0 | 2022-07-28 06:44:54 | Vitale's indoor hall will help you make great ... | 2022-11-04 11:39:28 | 0 | [{'text': 'vitalerestaurant', 'indices': [57, ... | [] | [] |
| 236 | 1588495182613598209 | 1559552248576868355 | Fashionking777 | Fashionking7771 | https://pbs.twimg.com/profile_images/156020252... | I'm single GAY man ,hip hop dancer , love sexy... | 395 | 81 | 2022-08-16 14:47:07 | #breakfastbuffet #espressomachine #coffee\n#re... | 2022-11-04 11:35:39 | 0 | [{'text': 'breakfastbuffet', 'indices': [0, 16... | [] | [] |
| 237 | 1588485210286555138 | 1325703217213284352 | The Happy Smiley | The_happysmiley | https://pbs.twimg.com/profile_images/133403187... | Welcome to The Happy Smiley store! All you nee... | 0 | 6 | 2020-11-09 07:34:51 | #restaurant #chefspick Jingdezhen Classic Cera... | 2022-11-04 10:56:01 | 0 | [{'text': 'restaurant', 'indices': [0, 11]}, {... | [{'url': 'https://t.co/2SHcZPcnNi', 'expanded_... | [] |
| 238 | 1588456361301622790 | 1357513391456272384 | Cook Room Club | CookRoomClub | https://pbs.twimg.com/profile_images/136202819... | Welcome to Cook Room Club store! We offer a gr... | 0 | 2 | 2021-02-05 02:16:50 | Creative Dinosaur Shaped Eco-Friendly Plastic ... | 2022-11-04 09:01:23 | 0 | [{'text': 'restaurant', 'indices': [65, 76]}, ... | [{'url': 'https://t.co/JETK1GEvF7', 'expanded_... | [] |
239 rows × 15 columns
# user_table dataframe
tweetdf_user = tweetdf_all[["user_id","twitter_handle","user_name","profile_image_url","tweet_description","friends_count","followers_count","user_account_created"]]
tweetdf_user = tweetdf_user.drop_duplicates('user_id') #drop duplicates
tweetdf_user
| user_id | twitter_handle | user_name | profile_image_url | tweet_description | friends_count | followers_count | user_account_created | |
|---|---|---|---|---|---|---|---|---|
| 0 | 1586146488786247681 | Geodian_ | Geodian | https://pbs.twimg.com/profile_images/158614661... | Geographer on YouTube & TikTok | 32 | 6 | 2022-10-29 00:03:17 |
| 1 | 1571398410179313664 | 29_Eatery_n_Bar | 29 Eatery & Bar | https://pbs.twimg.com/profile_images/157468306... | 29 Eatery & Bar is a European restaurant rated... | 15 | 0 | 2022-09-18 07:19:33 |
| 2 | 1552446385747812352 | AppyMealApp | AppyMeal | https://pbs.twimg.com/profile_images/155244646... | To-Go local marketplace | 30 | 6 | 2022-07-28 00:10:41 |
| 3 | 1426525878884847619 | LisaFarnworth5 | Lisa Farnworth | https://pbs.twimg.com/profile_images/142652602... | 1559 | 841 | 2021-08-14 12:47:32 | |
| 4 | 166053903 | nvijaysairam | n.vijaysairam | https://pbs.twimg.com/profile_images/152335362... | #thuglife #peace what I need!!!! | 411 | 46 | 2010-07-13 05:57:37 |
| ... | ... | ... | ... | ... | ... | ... | ... | ... |
| 234 | 1371780549589733383 | LENsByPP | Lens By ProPakistani | https://pbs.twimg.com/profile_images/150364247... | Entertainment Website\n\nYour daily dose of ar... | 92 | 104 | 2021-03-16 11:09:29 |
| 235 | 1552545565426196486 | vitaleistanbul | Vitale Restaurant | Bar | https://pbs.twimg.com/profile_images/155254561... | Welcome to Istanbul's newest and most beautifu... | 0 | 0 | 2022-07-28 06:44:54 |
| 236 | 1559552248576868355 | Fashionking7771 | Fashionking777 | https://pbs.twimg.com/profile_images/156020252... | I'm single GAY man ,hip hop dancer , love sexy... | 395 | 81 | 2022-08-16 14:47:07 |
| 237 | 1325703217213284352 | The_happysmiley | The Happy Smiley | https://pbs.twimg.com/profile_images/133403187... | Welcome to The Happy Smiley store! All you nee... | 0 | 6 | 2020-11-09 07:34:51 |
| 238 | 1357513391456272384 | CookRoomClub | Cook Room Club | https://pbs.twimg.com/profile_images/136202819... | Welcome to Cook Room Club store! We offer a gr... | 0 | 2 | 2021-02-05 02:16:50 |
175 rows × 8 columns
#account table dataframe
tweetdf_account = tweetdf_user[['user_id','twitter_handle']]
tweetdf_account['user_password']='XXXXXX'
tweetdf_account.index=np.arange(1, len(tweetdf_account) + 1)
tweetdf_account['account_id']=tweetdf_account.index
tweetdf_account=tweetdf_account[['account_id','user_id','twitter_handle','user_password']]
tweetdf_account
C:\Users\Gayatri\AppData\Local\Temp\ipykernel_6148\311185408.py:3: SettingWithCopyWarning: A value is trying to be set on a copy of a slice from a DataFrame. Try using .loc[row_indexer,col_indexer] = value instead See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy tweetdf_account['user_password']='XXXXXX' C:\Users\Gayatri\AppData\Local\Temp\ipykernel_6148\311185408.py:5: SettingWithCopyWarning: A value is trying to be set on a copy of a slice from a DataFrame. Try using .loc[row_indexer,col_indexer] = value instead See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy tweetdf_account['account_id']=tweetdf_account.index
| account_id | user_id | twitter_handle | user_password | |
|---|---|---|---|---|
| 1 | 1 | 1586146488786247681 | Geodian_ | XXXXXX |
| 2 | 2 | 1571398410179313664 | 29_Eatery_n_Bar | XXXXXX |
| 3 | 3 | 1552446385747812352 | AppyMealApp | XXXXXX |
| 4 | 4 | 1426525878884847619 | LisaFarnworth5 | XXXXXX |
| 5 | 5 | 166053903 | nvijaysairam | XXXXXX |
| ... | ... | ... | ... | ... |
| 171 | 171 | 1371780549589733383 | LENsByPP | XXXXXX |
| 172 | 172 | 1552545565426196486 | vitaleistanbul | XXXXXX |
| 173 | 173 | 1559552248576868355 | Fashionking7771 | XXXXXX |
| 174 | 174 | 1325703217213284352 | The_happysmiley | XXXXXX |
| 175 | 175 | 1357513391456272384 | CookRoomClub | XXXXXX |
175 rows × 4 columns
#tweets table dataframe
tweetdf_tweet = tweetdf_all[["tweet_id","user_id","tweet_text","created_at","tweet_likes"]]
tweetdf_tweet = tweetdf_tweet.drop_duplicates('tweet_id')
tweetdf_tweet
| tweet_id | user_id | tweet_text | created_at | tweet_likes | |
|---|---|---|---|---|---|
| 0 | 1591621373155221505 | 1586146488786247681 | Biggest Fast Food Chain! #FastFood #Biggest #F... | 2022-11-13 02:38:00 | 1 |
| 1 | 1591597935841906688 | 1571398410179313664 | Weekend 🥂😍 #BinhDuong #Food #Drink #29Eatery... | 2022-11-13 01:04:53 | 0 |
| 2 | 1591561483896647680 | 1552446385747812352 | Make sure you’re using the best app off the fi... | 2022-11-12 22:40:02 | 1 |
| 3 | 1591518222834356224 | 1426525878884847619 | RT @nvijaysairam: @elonmusk have a look at thi... | 2022-11-12 19:48:07 | 0 |
| 4 | 1591513731934334976 | 166053903 | @elonmusk have a look at this!!! #indian 🤣🤣🤣 #... | 2022-11-12 19:30:17 | 1 |
| ... | ... | ... | ... | ... | ... |
| 234 | 1588515909412552705 | 1371780549589733383 | Read More: https://t.co/LGa98Rac4X\n#bellaciao... | 2022-11-04 12:58:00 | 1 |
| 235 | 1588496145747443712 | 1552545565426196486 | Vitale's indoor hall will help you make great ... | 2022-11-04 11:39:28 | 0 |
| 236 | 1588495182613598209 | 1559552248576868355 | #breakfastbuffet #espressomachine #coffee\n#re... | 2022-11-04 11:35:39 | 0 |
| 237 | 1588485210286555138 | 1325703217213284352 | #restaurant #chefspick Jingdezhen Classic Cera... | 2022-11-04 10:56:01 | 0 |
| 238 | 1588456361301622790 | 1357513391456272384 | Creative Dinosaur Shaped Eco-Friendly Plastic ... | 2022-11-04 09:01:23 | 0 |
239 rows × 5 columns
#tweet_tags table dataframe
tweetdf_tags = tweetdf_all[["tweet_id","user_id","tags"]]
new_tags =pd.DataFrame(columns=["tweet_id","user_id","tags"])
for index,row in tweetdf_tags.iterrows():
for values in row['tags']:
temp=[row['tweet_id'], row['user_id'],values['text']]
new_tags.loc[len(new_tags)] = temp
new_tags.index=np.arange(1, len(new_tags) + 1)
new_tags['tag_id']=new_tags.index
new_tags=new_tags[['tag_id','user_id','tags','tweet_id']]
new_tags
| tag_id | user_id | tags | tweet_id | |
|---|---|---|---|---|
| 1 | 1 | 1586146488786247681 | FastFood | 1591621373155221505 |
| 2 | 2 | 1586146488786247681 | Biggest | 1591621373155221505 |
| 3 | 3 | 1586146488786247681 | FastFoodChain | 1591621373155221505 |
| 4 | 4 | 1586146488786247681 | Restaurant | 1591621373155221505 |
| 5 | 5 | 1586146488786247681 | Viral | 1591621373155221505 |
| ... | ... | ... | ... | ... |
| 988 | 988 | 1559552248576868355 | nyc | 1588495182613598209 |
| 989 | 989 | 1325703217213284352 | restaurant | 1588485210286555138 |
| 990 | 990 | 1325703217213284352 | chefspick | 1588485210286555138 |
| 991 | 991 | 1357513391456272384 | restaurant | 1588456361301622790 |
| 992 | 992 | 1357513391456272384 | chefspick | 1588456361301622790 |
992 rows × 4 columns
#tweet_url table dataframe
tweetdf_url = tweetdf_all[["tweet_id","user_id","restaurant_url"]]
new_url =pd.DataFrame(columns=["tweet_id","user_id","restaurant_url"])
for index,row in tweetdf_url.iterrows():
if len(row['restaurant_url'])!=0:
temp=[row['tweet_id'], row['user_id'],row['restaurant_url'][0]['url']]
new_url.loc[len(new_url)] = temp
new_url.index=np.arange(1, len(new_url) + 1)
new_url['url_id']=new_url.index
new_url=new_url[['url_id','tweet_id','user_id','restaurant_url']]
new_url
| url_id | tweet_id | user_id | restaurant_url | |
|---|---|---|---|---|
| 1 | 1 | 1591491108458168322 | 1577361386488856576 | https://t.co/BMsVEyrlBy |
| 2 | 2 | 1591250959350788097 | 856975240630501380 | https://t.co/SicmjDPn8L |
| 3 | 3 | 1591229492668018689 | 1520807222497927170 | https://t.co/SicmjDPn8L |
| 4 | 4 | 1591184328926846977 | 1001526577476218880 | https://t.co/SicmjDPn8L |
| 5 | 5 | 1591178653626667009 | 152386261 | https://t.co/SicmjDPn8L |
| 6 | 6 | 1591167889457172480 | 1386211055760674816 | https://t.co/uYHe8Mp9Gs |
| 7 | 7 | 1591155487097380864 | 18090409 | https://t.co/SicmjDPn8L |
| 8 | 8 | 1591147554506305536 | 23659017 | https://t.co/PjMXCWU4Kl |
| 9 | 9 | 1591147442854330368 | 18970117 | https://t.co/BRbBoUIler |
| 10 | 10 | 1591141826190344192 | 206560051 | https://t.co/SicmjDPn8L |
| 11 | 11 | 1591072096456740864 | 27957934 | https://t.co/NK9b0leBMR |
| 12 | 12 | 1590770070296432643 | 27957934 | https://t.co/v5wEqIWtlQ |
| 13 | 13 | 1590764543340417029 | 51983196 | https://t.co/cKh5qSGXIj |
| 14 | 14 | 1590754995460509697 | 27957934 | https://t.co/q6aILNJqn8 |
| 15 | 15 | 1590739880530911235 | 27957934 | https://t.co/ZePaKZih0t |
| 16 | 16 | 1590695577024884741 | 3330348586 | https://t.co/SPIjoK8n64 |
| 17 | 17 | 1590672132966875138 | 823084839041662977 | https://t.co/ldjLnY6oki |
| 18 | 18 | 1590619248694808576 | 1080759122855899136 | https://t.co/N0VO5YZUlS |
| 19 | 19 | 1590515501364838401 | 24132717 | https://t.co/mZNLyJ9T7m |
| 20 | 20 | 1590407692287447043 | 27957934 | https://t.co/GI2bx6kNwc |
| 21 | 21 | 1590404077191860225 | 1577361386488856576 | https://t.co/BMsVEyrTr6 |
| 22 | 22 | 1590380429512933376 | 556869362 | https://t.co/UQQvwy79s9 |
| 23 | 23 | 1590362392701157376 | 27957934 | https://t.co/ZOFViA6KDQ |
| 24 | 24 | 1590319833329332225 | 778835135563268096 | https://t.co/fiBwGw3Xqi |
| 25 | 25 | 1590298668737122305 | 2905326533 | https://t.co/fiBwGw3Xqi |
| 26 | 26 | 1590268712237555712 | 2162943270 | https://t.co/w7QT5XWsR9 |
| 27 | 27 | 1590015111984316416 | 27957934 | https://t.co/TVjJgLA1cb |
| 28 | 28 | 1589996031231479808 | 1876452428 | https://t.co/UlhQoeLEvA |
| 29 | 29 | 1589995594474745856 | 1876452428 | https://t.co/UlhQof3NJI |
| 30 | 30 | 1589806954653827072 | 1392927737812299781 | https://t.co/0V35nIcc2k |
| 31 | 31 | 1589612264998445058 | 92019068 | https://t.co/rR362dOqh3 |
| 32 | 32 | 1589445048550281217 | 2221708754 | https://t.co/uosuPCGOcV |
| 33 | 33 | 1589177300955893762 | 1372079544123949056 | https://t.co/Ksh6WJcP51 |
| 34 | 34 | 1589168786703204352 | 18882079 | https://t.co/ATq9Ndoa75 |
| 35 | 35 | 1588718115739045891 | 856975240630501380 | https://t.co/7YJVdvEZHJ |
| 36 | 36 | 1588655047549722624 | 617853906 | https://t.co/7YJVdvEZHJ |
| 37 | 37 | 1588643710014607360 | 38224510 | https://t.co/7YJVdvEZHJ |
| 38 | 38 | 1588625474854551554 | 1404884448617844739 | https://t.co/EpMh86hWsu |
| 39 | 39 | 1588622088067493888 | 18090409 | https://t.co/7YJVdvEZHJ |
| 40 | 40 | 1588621666971750400 | 1499806471403487237 | https://t.co/EpMh86hWsu |
| 41 | 41 | 1588610839241785345 | 27957934 | https://t.co/KdQnBuUvso |
| 42 | 42 | 1588605994472456194 | 206560051 | https://t.co/7YJVdvEZHJ |
| 43 | 43 | 1588570212915621888 | 1548952739773927424 | https://t.co/5CKnAueIfK |
| 44 | 44 | 1588565568176750593 | 27957934 | https://t.co/czBZu1sNu1 |
| 45 | 45 | 1588564244332691457 | 2221708754 | https://t.co/WiYZfgOJSt |
| 46 | 46 | 1588535361155866630 | 27957934 | https://t.co/DLVVrfuJdU |
| 47 | 47 | 1588515909412552705 | 1371780549589733383 | https://t.co/LGa98Rac4X |
| 48 | 48 | 1588485210286555138 | 1325703217213284352 | https://t.co/2SHcZPcnNi |
| 49 | 49 | 1588456361301622790 | 1357513391456272384 | https://t.co/JETK1GEvF7 |
#Tweet_mention table dataframe
tweetdf_mentions = tweetdf_all[["tweet_id","user_id","target_user"]]
new_mentions =pd.DataFrame(columns=["tweet_id","user_id","target_user"])
for index,row in tweetdf_mentions.iterrows():
if row['target_user']!=None:
if len(row['target_user'])!=0:
for values in row['target_user']:
temp=[row['tweet_id'], row['user_id'],values['screen_name']]
new_mentions.loc[len(new_mentions)] = temp
new_mentions.index=np.arange(1, len(new_mentions) + 1)
new_mentions['mention_id']=new_mentions.index
new_mentions=new_mentions[['mention_id','tweet_id','user_id','target_user']]
new_mentions
| mention_id | tweet_id | user_id | target_user | |
|---|---|---|---|---|
| 1 | 1 | 1591518222834356224 | 1426525878884847619 | nvijaysairam |
| 2 | 2 | 1591518222834356224 | 1426525878884847619 | elonmusk |
| 3 | 3 | 1591513731934334976 | 166053903 | elonmusk |
| 4 | 4 | 1591250959350788097 | 856975240630501380 | shawnpwalchef |
| 5 | 5 | 1591250959350788097 | 856975240630501380 | CaliComfort |
| ... | ... | ... | ... | ... |
| 112 | 112 | 1588610839241785345 | 27957934 | EatThisNotThat |
| 113 | 113 | 1588605994472456194 | 206560051 | CaliComfort |
| 114 | 114 | 1588570212915621888 | 1548952739773927424 | barakuda_v |
| 115 | 115 | 1588565568176750593 | 27957934 | ModRestManage |
| 116 | 116 | 1588535361155866630 | 27957934 | RestaurantDive |
116 rows × 4 columns
#connection between python and mysql workbench
conn=pymysql.connect(host='localhost',port=int(3306),user='root',passwd='root',db='rrr')
cursor= conn.cursor()
#Deleting existing data in User Table:-
cursor.execute("DELETE FROM rrr.User")
conn.commit()
#Inserting data in User Table:-
for index,row in tweetdf_user.iterrows():
cursor.execute("INSERT INTO User values (%s,%s,%s,%s,%s,%s,%s,%s)", (int(row['user_id']),row['twitter_handle'],row['user_name'],row['profile_image_url'],row['tweet_description'],row['friends_count'],row['followers_count'],row['user_account_created']))
conn.commit()
cursor.execute("SELECT * from User")
records=cursor.fetchall()
print(records)
conn.commit()
((14275259.0, 'CWDaly', 'Clay Ⓥ 🌕🌖🌗🌘🌑🌒🌓🌔🌕', 'https://pbs.twimg.com/profile_images/1514593047279022081/7kSXOSD__normal.jpg', 'Co-host of Cybrcast (@cybrcast), BubbleSort (@bubblesortshow), & BubbleSort TV (@bubblesortTV). Solo podcast Through My Lens @withclaydaly & @Harm_Less', 323, 559, datetime.datetime(2008, 4, 1, 14, 55, 20)), (17731977.0, 'axekohli', 'Akshay Kohli', 'https://pbs.twimg.com/profile_images/1370771267859533827/7jIw9M1q_normal.jpg', 'Nothing to write home about! Here for information, news, views and knowledge.', 1078, 95, datetime.datetime(2008, 11, 29, 10, 15, 51)), (18090409.0, 'CaliComfort', 'Cali BBQ', 'https://pbs.twimg.com/profile_images/1004065736342454272/WDy_itPd_normal.jpg', '🍖 San Diego’s Amazon Prime of BBQ 🎥 Podcasts @calibbqmedia ❤️ Founder @shawnpwalchef 📲 Buy BBQ online, anytime', 2850, 3283, datetime.datetime(2008, 12, 13, 0, 55, 22)), (18882079.0, 'jfeehan888', 'Jane Feehan', 'https://pbs.twimg.com/profile_images/1578858745249107968/RLjp7MYi_normal.jpg', '#Writer, #historian, #Irish #Catholic #FloridaHistory #history, #PublicRelations, #Comms, #Florida, #MobHistory, #PolioSurvivor', 5749, 5268, datetime.datetime(2009, 1, 11, 22, 26, 51)), (18970117.0, 'FOX23News', 'FOX23News', 'https://pbs.twimg.com/profile_images/1123619701362495488/fv9xfyIr_normal.png', 'Breaking news and weather for the Capital Region of New York', 2249, 51760, datetime.datetime(2009, 1, 14, 7, 37, 3)), (23659017.0, 'WTEN', 'NEWS10 ABC', 'https://pbs.twimg.com/profile_images/1583455352946888719/5H8DwJIr_normal.jpg', 'Your local news leader', 6728, 89014, datetime.datetime(2009, 3, 10, 21, 17, 40)), (24132717.0, 'CrazySalesAus', 'CrazySales.com.au', 'https://pbs.twimg.com/profile_images/1277875761727193088/Lrf_ScT4_normal.jpg', 'Online Department Store Follow us for delightful tweet-deals and Crazy Deals of the Day! https://t.co/3rSIjBrAeL', 1765, 1451, datetime.datetime(2009, 3, 13, 5, 17, 34)), (27957934.0, 'chlj', 'Charlie Jeffers', 'https://pbs.twimg.com/profile_images/694680759827759104/_NuRqdMy_normal.jpg', 'Lots of Web Food Tech, my kids, my grand kids, motobikes, yoga, running, just plain fun on Twitter, w a Master in #Bacon and a Minor in #ArtisanBread', 1863, 2367, datetime.datetime(2009, 3, 31, 20, 41, 51)), (30285028.0, 'MissShirleys', "Miss Shirley's Cafe", 'https://pbs.twimg.com/profile_images/1543273211080622084/QpceuRbO_normal.jpg', "Award Winning Breakfast, Brunch & Lunch with 4 locations in Maryland. MD's Favorite Restaurant, as seen on Food Network Diners, Drive-Ins & Dives.", 665, 5642, datetime.datetime(2009, 4, 10, 18, 58, 23)), (30872750.0, 'ZombiePortraits', 'Rob Sacchetto', 'https://pbs.twimg.com/profile_images/838795717485416448/is2EF_vZ_normal.jpg', 'Inventor of the FIRST online Zombie Portrait service, artist behind the most Zombie art on planet Earth through Zombie Daily/Patreon. commissions open 24/7', 1347, 2471, datetime.datetime(2009, 4, 13, 14, 21, 3)), (31028807.0, 'Alexanva', 'Alex S Silva', 'https://pbs.twimg.com/profile_images/1478887333076381702/6eGWhP-X_normal.jpg', "Entrepreneur, professor & Linguist passionate about wild life, nature, freedom, rock 'n roll, oceans, and human interactions. Anti comunist to my guts!", 2548, 1328, datetime.datetime(2009, 4, 14, 2, 8, 20)), (32417691.0, 'PrincessSamurai', 'Emiko Inoue', 'https://pbs.twimg.com/profile_images/762066260855287808/bYq4Hkfb_normal.jpg', '🎨NFTpainter💫🎬Actress 🎭Dancer💃🏻 Music producer🎼🐘💕Save the planet 🙏🌏Song writer ⛩ Princesssamurai73 on IG', 2588, 2389, datetime.datetime(2009, 4, 17, 14, 9, 36)), (35714721.0, 'chhajuee', 'Vivek Chhajer', 'https://pbs.twimg.com/profile_images/1536262204088913920/unDYn-KM_normal.jpg', 'Electrical engineer @iitroorkee. \ntwitter for updates on politics and finance', 906, 146, datetime.datetime(2009, 4, 27, 10, 42, 38)), (38224510.0, 'JustDOC', 'Justin Rynn', 'https://pbs.twimg.com/profile_images/567096098502627329/gJ55PsEz_normal.jpeg', '', 1989, 660, datetime.datetime(2009, 5, 6, 17, 6, 33)), (38833974.0, 'FarmPolicy', 'FarmPolicy', 'https://pbs.twimg.com/profile_images/1053005050644070400/Ij_9QMPW_normal.jpg', 'Keith Good is the Farm Policy News Editor for the farmdoc project at @UofIllinois. @PurdueAgEcon & @SIUSchoolofLaw alum; grandson of #Illinois family #farmers.', 12644, 25099, datetime.datetime(2009, 5, 9, 10, 44, 55)), (39625114.0, 'TaniaCPires', 'Tania Carina Pires', 'https://pbs.twimg.com/profile_images/1392763102324793346/efCEMjtZ_normal.jpg', 'PT/ES - 🇬🇧EN #Translator specialising in Legal Translations ⚖️ Portuguese raised in Reading, England. I also love #animals, #books, #films, and #travelling', 2849, 2702, datetime.datetime(2009, 5, 12, 23, 19, 33)), (51983196.0, 'writeramesh', 'Ramesh Ramakrishnan', 'https://pbs.twimg.com/profile_images/1065816727408254976/DLJvccAM_normal.jpg', 'Photographer. Traveller. Automotive enthusiast. communicator. Believes the best place to be in would be a combination of all of the above!', 219, 325, datetime.datetime(2009, 6, 29, 6, 34)), (52436759.0, 'keithpp', 'Keith Parkins', 'https://pbs.twimg.com/profile_images/378800000718898779/cd0ae7e67c37cf4fa245a7aeeb0082dc_normal.jpeg', 'Writer, thinker, deep ecologist, social commentator, activist, enjoys music, literature, speciality coffee, craft beer and good food. https://t.co/ipnpBaJJSw', 68, 2937, datetime.datetime(2009, 6, 30, 16, 13, 4)), (92019068.0, 'BroosDennill', 'Bruce Dennill', 'https://pbs.twimg.com/profile_images/1532387525268066306/SJGAtbiN_normal.jpg', 'Writer who edits & musics. // https://t.co/k6MZjdYkqz * https://t.co/rrMAKASuZa * https://t.co/9q3U55xFLv', 1007, 1964, datetime.datetime(2009, 11, 23, 13, 31, 15)), (94142225.0, 'andyswist', "Deadpool's unicorn", 'https://pbs.twimg.com/profile_images/1032787823206850561/IfJEYqyt_normal.jpg', 'Illustrator + Graphic Guru into animation, comics, fantasy, fashion, horror, printmaking, RPGs, sci-fi ...and cats', 1689, 1097, datetime.datetime(2009, 12, 2, 18, 13, 30)), (95480066.0, 'ARTObrick', 'ARTO', 'https://pbs.twimg.com/profile_images/1268396784805531648/Owi_tjyH_normal.jpg', 'Rustic Elegance handcrafted in Los Angeles since 1966 || tile & brick by 80+ souls. We are makers. 📱 Tweets by Lori || @themfg is Armen', 3689, 4502, datetime.datetime(2009, 12, 8, 19, 3, 21)), (113556679.0, 'piyush_mahamuni', 'piyush mahamuni', 'https://pbs.twimg.com/profile_images/1265377139895001088/WGShYGMe_normal.jpg', 'Human Resource Specialist with a liking towards Sports, Technology, Science & Recruitment.', 209, 125, datetime.datetime(2010, 2, 12, 5, 59, 28)), (131882234.0, 'Vialdy18', '♣️♦️vialdy♥♣️', 'https://pbs.twimg.com/profile_images/1526682662701785090/gAxzR566_normal.jpg', 'Follow me on instagram @vialdy I am here for all your real estate needs, feel free to reach out #loanofficer #habloespanol', 255, 248, datetime.datetime(2010, 4, 11, 16, 41, 15)), (137980740.0, 'SouthSandsHotel', 'South Sands Hotel', 'https://pbs.twimg.com/profile_images/1030394515947962368/wTzybzVF_normal.jpg', 'Small, independent, contemporary Hotel and Restaurant right on the beach at South Sands, just outside Salcombe, Devon, United Kingdom', 682, 3570, datetime.datetime(2010, 4, 28, 8, 54, 35)), (143177285.0, 'mikebetcre', 'Michael Betancourt', 'https://pbs.twimg.com/profile_images/1316351967631937542/kIhrphYW_normal.jpg', '#Advisor | #Commercial | #Buying | #Leasing | #Selling | #Entrepreneur | #Father | Contact Me Michaelb@Dkatz.com', 554, 591, datetime.datetime(2010, 5, 12, 20, 10, 49)), (148354107.0, 'THEDIAL', 'THE DIAL', 'https://pbs.twimg.com/profile_images/1531169126990983168/KMZoQpPb_normal.jpg', 'Opening hours: (Mon & Tues: Closed) Wed & Thurs : 12-8:30pm Fri: 12-9pm Sat: 10am-9pm Sun: 10am - 4pm', 2353, 3423, datetime.datetime(2010, 5, 26, 13, 53, 56)), (148832773.0, 'wesplashbc', 'Eleno consulta', 'https://pbs.twimg.com/profile_images/1589313179884359681/tqxi64xu_normal.jpg', '#glass #construction #glassrailing #showerenclosures #mirror #design #structural #renovation #glasspartition #cabinet #kitchencabinet #kitchenremodel #edglass', 263, 38, datetime.datetime(2010, 5, 27, 18, 31, 24)), (152386261.0, 'EblenCharlie', 'Charlie Eblen', 'https://pbs.twimg.com/profile_images/1532578482630303744/prDGVQpY_normal.jpg', 'I’m on a mission to help build and grow community through the perfect plate of bbq!', 81, 70, datetime.datetime(2010, 6, 5, 20, 35, 42)), (153373844.0, 'MuftyBancho', 'Frank Oye', 'https://pbs.twimg.com/profile_images/2627384528/x20vzllslvt2vaoo3292_normal.jpeg', '', 73, 89, datetime.datetime(2010, 6, 8, 11, 25, 35)), (160626005.0, 'KingHeru95', 'THE ELOHIM ANU AMUN-RA HERU🏁👑🥷🏾🧘🏾\u200d♂️', 'https://pbs.twimg.com/profile_images/1588102715653095425/6kMMyDsh_normal.jpg', 'Artist | Shinobi | Prophet | Visionary | Director of Vizual Art | Southern WaterTribe [ Founder/Owner of @KlaszicVizuals 📷🎥 ]', 750, 1365, datetime.datetime(2010, 6, 28, 18, 13, 48)), (166053903.0, 'nvijaysairam', 'n.vijaysairam', 'https://pbs.twimg.com/profile_images/1523353623023206400/0LTqoShL_normal.jpg', '#thuglife #peace what I need!!!!', 411, 46, datetime.datetime(2010, 7, 13, 5, 57, 37)), (182866974.0, 'elpasomexican', 'elpasomexican', 'https://pbs.twimg.com/profile_images/778662179037818880/vb4xSyyP_normal.jpg', 'hello amigos', 2, 27, datetime.datetime(2010, 8, 25, 15, 57, 31)), (187436757.0, 'nameisvp', 'Pradeep 🇮🇳', 'https://pbs.twimg.com/profile_images/1554297777689337856/-gZcS8yN_normal.jpg', 'Product Manager | UX Expert | Food Photographer | Investor | Nation Always', 364, 37, datetime.datetime(2010, 9, 6, 6, 24, 23)), (206560051.0, 'shawnpwalchef', 'Shawn Walchef', 'https://pbs.twimg.com/profile_images/1552889762054299648/f8btOf5q_normal.jpg', 'Chief Visionary Officer @CaliBBQMedia, #RestaurantInfluencers & #DigitalHospitality Podcast Host, Restaurateur @CaliComfort & Proud New Dad.', 2854, 2293, datetime.datetime(2010, 10, 23, 6, 22, 47)), (223005815.0, 'TheMarkDeBonis', 'Mark DeBonis', 'https://pbs.twimg.com/profile_images/1325799039657455617/L5LoDjI3_normal.jpg', 'हास्य अभिनेता\nNew stand-up/sketch album MINUTIAE @comedyrecords - all platforms \n⬇️Philosophy&Theory of StandUpComedy⬇️', 131, 3019, datetime.datetime(2010, 12, 5, 3, 10, 4)), (249222782.0, 'felipelmarc', 'Felipe Marcondes', 'https://pbs.twimg.com/profile_images/1521980070520229889/9X1yj9iy_normal.jpg', 'All social media things', 953, 366, datetime.datetime(2011, 2, 8, 16, 30, 30)), (272487468.0, 'JohnHolloway94', 'John Holloway', 'https://pbs.twimg.com/profile_images/1560650116427554817/eHzVr_T0_normal.jpg', 'photo - leica & film', 229, 430, datetime.datetime(2011, 3, 26, 16, 23, 19)), (283975114.0, 'MooringsMwell', 'Moorings Hotel', 'https://pbs.twimg.com/profile_images/1126863728727744513/J_IuXrkc_normal.jpg', 'Stylish 3* hotel with 32 bedrooms , Bar & Grill Restaurant & Function Suite perfect for a small wedding or conference', 596, 351, datetime.datetime(2011, 4, 18, 11, 27, 3)), (317825411.0, 'jaybrew3690', 'James Brew Amissah', 'https://pbs.twimg.com/profile_images/1509912321858154500/I797AvHg_normal.jpg', 'social media manager, web designer & blogger. Behind @PhoenixKreative & @thebrewshow3690', 3814, 3819, datetime.datetime(2011, 6, 15, 14, 51, 37)), (322673778.0, 'judith_walker1', 'Judith Walker', 'https://pbs.twimg.com/profile_images/433289524891111424/7NI_tCM1_normal.jpeg', 'Visual artist, cartoonist and stand up comedian', 307, 338, datetime.datetime(2011, 6, 23, 15, 22, 29)), (342567363.0, 'Purist3', 'Best 🇮🇳', 'https://pbs.twimg.com/profile_images/1473266165304594434/35RH4ciR_normal.jpg', 'Business, Technology, Finance, FinTech, Markets, Politics, Movies, Memes', 161, 94, datetime.datetime(2011, 7, 26, 6, 46, 52)), (398991127.0, 'jameschef24', 'James Peck', 'https://pbs.twimg.com/profile_images/1580570466594562053/GtAiYW7k_normal.jpg', 'Chef Owner of Restaurant Ember', 2136, 2255, datetime.datetime(2011, 10, 26, 20, 48, 50)), (491517130.0, 'IcedCoffeeHott', 'Mocha Latte', 'https://pbs.twimg.com/profile_images/938108857837948928/KvJYJ2DH_normal.jpg', 'Enjoying every great moment as I should..', 687, 973, datetime.datetime(2012, 2, 13, 18, 34, 27)), (556869362.0, 'WPSCommercial', 'Tony Foster MNAEA, MICBA', 'https://pbs.twimg.com/profile_images/1461728881740861445/Wukygw-n_normal.jpg', 'Webbers Commercial Business & Commercial Property Agents We sell and Let Commercial Property and Businesses in The South West Established for over 40 years', 2651, 1569, datetime.datetime(2012, 4, 18, 13, 37, 27)), (599625829.0, 'CHIDERAHDAVID', 'Chiderah David.', 'https://pbs.twimg.com/profile_images/1583921932591939584/RSxMHnTC_normal.jpg', 'Christian || Content Creator || Travel Content || @manutd', 936, 4579, datetime.datetime(2012, 6, 4, 22, 41, 48)), (601242092.0, '_therealkaf', 'KAF', 'https://pbs.twimg.com/profile_images/1584440022715047936/mo4fylrc_normal.jpg', 'In vino veritas', 1679, 2833, datetime.datetime(2012, 6, 6, 19, 51, 36)), (617853906.0, 'bmurphypointman', 'Brett Murphy', 'https://pbs.twimg.com/profile_images/1305061122630795265/lYYwb4gH_normal.jpg', '#twitter #marketing #promotions #socialmedia #affiliatemarketing #fundraising #business #writerscommunity Get help with marketing here https://t.co/4UQZqO5q5q', 23006, 83227, datetime.datetime(2012, 6, 25, 4, 38, 20)), (637111537.0, 'ekowmclean', 'The Suit Guy™', 'https://pbs.twimg.com/profile_images/1570022876073414656/mFfEEdWa_normal.jpg', 'Content Creator| SC: eqow_mclean | Best Suit Deals- Call :0243201200 | Booking: ekowmclean@gmail.com', 7403, 38139, datetime.datetime(2012, 7, 16, 16, 46, 10)), (759136189.0, 'nykissi', 'Kissi', 'https://pbs.twimg.com/profile_images/1590988050938601472/ijPSB03C_normal.jpg', 'Play your part but make sure you don’t dance alone.', 1938, 2698, datetime.datetime(2012, 8, 15, 11, 12, 8)), (814929673.0, 'k_pepra', 'Twenty1', 'https://pbs.twimg.com/profile_images/1499868003130871810/2Ax0P9te_normal.jpg', 'To God be the Glory! @ManUtd❤️Car enthusiast😋', 1308, 1512, datetime.datetime(2012, 9, 10, 10, 21, 29)), (842283866.0, 'TweetofTriumph', 'Smilin’ Wizard', 'https://pbs.twimg.com/profile_images/684066742147088386/AcehAazC_normal.jpg', 'Observations from a perspective... I think.', 193, 4995, datetime.datetime(2012, 9, 23, 19, 37, 44)), (1396400472.0, 'kareemmichel', 'Kareem Michel', 'https://pbs.twimg.com/profile_images/1507210247873736704/45XB0Es6_normal.jpg', "Don't stop creating for yourself. 📸", 3643, 2949, datetime.datetime(2013, 5, 2, 6, 38, 30)), (1738556923.0, 'ChapwomanCZ', 'CZChapwoman 🇺🇦', 'https://pbs.twimg.com/profile_images/828358541610250240/PJ0V6WA5_normal.jpg', '#SlavaUkraini', 1421, 395, datetime.datetime(2013, 9, 6, 23, 58, 28)), (1876452428.0, 'Patrik_and_wine', 'Patrik', 'https://pbs.twimg.com/profile_images/1513152294409355266/I9CY1SvQ_normal.jpg', 'Wine lover #wijn #winelovers #wine #vins #vino #wein #Bordeaux #France #Riesling #Germany #Italy #Mosel', 372, 534, datetime.datetime(2013, 9, 17, 18, 24, 57)), (2162943270.0, 'ttateyama1', 'Tanya Tateyama', 'https://pbs.twimg.com/profile_images/378800000665148803/7536e6f0d7484488bced83441c04886f_normal.jpeg', 'Tanya is a Talent Acquisition Manager for Darden Restaurants. She enjoys spendign time with her friends reading, watching TV, and outdoor activities.', 19, 41, datetime.datetime(2013, 10, 29, 14, 14, 51)), (2221708754.0, 'GUDCapital', 'GUD Capital', 'https://pbs.twimg.com/profile_images/759600071671328770/9jzaOGxR_normal.jpg', 'Best Business Loans. We are a Network of 4000+ Traditional and Alternative Business Lenders.', 1788, 2192, datetime.datetime(2013, 11, 29, 16, 26, 43)), (2563542572.0, 'AldeLighthouse', 'The Lighthouse', 'https://pbs.twimg.com/profile_images/1331919598208356355/6YZ7Mbe1_normal.jpg', 'Serving food with fresh ingredients by the seaside. \n\nTry our gin https://t.co/HD28BFi4CC', 1253, 2109, datetime.datetime(2014, 6, 12, 14, 49, 51)), (2564917357.0, 'boiboiAmsterdam', 'Boi Boi', 'https://pbs.twimg.com/profile_images/1101441135120130048/IwNg2pZz_normal.png', 'Thai Food / restaurant / sunny outside dark inside / 0202339499 / info@boiboi.nl / Boi Boi Radio: http://t.co/XVTE1P3nJP', 353, 165, datetime.datetime(2014, 6, 13, 8, 16, 37)), (2895283154.0, 'AbhayVarn', 'CA Abhay Varn', 'https://pbs.twimg.com/profile_images/1558915129718501376/MErs-5hh_normal.jpg', 'CA | SEBI Registered Research Analyst | Investor | Trader | Interested in Politics & Entertainment | \nTelegram - https://t.co/arDP2uXtXI', 438, 308, datetime.datetime(2014, 11, 10, 4, 25, 54)), (2905326533.0, 'FagorPro_Eng', 'Fagor Professional Foodservice ENG', 'https://pbs.twimg.com/profile_images/1451425785345159173/SucqqS0F_normal.jpg', 'Worldwide leading manufacturer of equipment for the #foodservice, #hospitality and #laundry sectors', 3096, 2091, datetime.datetime(2014, 12, 4, 17, 29, 21)), (3227315188.0, 'katynotie', 'Katy Jean', 'https://pbs.twimg.com/profile_images/1587509533202468864/nuW1YXP5_normal.jpg', 'Dartmouthian. Mother of Vincent. Columnist @saltwirenetwork. Personal Tweeter. Goose memorializer. Saver of bees & chairs. Totus Tuus.', 2669, 7042, datetime.datetime(2015, 5, 2, 0, 20, 11)), (3309191992.0, 'BirminghamAward', 'Birmingham Awards', 'https://pbs.twimg.com/profile_images/1430030044873863180/3RiBtYpV_normal.jpg', "Celebrating the beating heart of Birmingham recognising people & organisations that have been part of the movement in Brum's future #BrumAwards22", 2408, 5738, datetime.datetime(2015, 6, 5, 10, 54, 5)), (3330348586.0, 'luxlifestyleuk', 'LLM - Luxury Lifestyle Magazine', 'https://pbs.twimg.com/profile_images/1192434842216148994/X1bbMih2_normal.jpg', 'The Ultimate Showcase In Luxury Living', 817, 3410, datetime.datetime(2015, 6, 16, 22, 26, 37)), (3393915262.0, 'LeSpiceEly', "Le'Spice Ely", 'https://pbs.twimg.com/profile_images/1533545505787191297/vARWg7sn_normal.jpg', 'Fine Indian dining with superb service in #Ely', 143, 313, datetime.datetime(2015, 7, 29, 13, 50, 57)), (4644710715.0, 'ryk_kah', 'Miss Coco 🍫', 'https://pbs.twimg.com/profile_images/1451231101142306818/zeNd8OeY_normal.jpg', '', 168, 139, datetime.datetime(2015, 12, 29, 16, 27, 25)), (4818167183.0, 'Pos360', 'POS360', 'https://pbs.twimg.com/profile_images/688367092073103362/b8HfzyND_normal.jpg', '', 13, 38, datetime.datetime(2016, 1, 16, 14, 25, 16)), (7.177997334865961e+17, 'marilyn_amofah', 'Marilyn Martial ✨', 'https://pbs.twimg.com/profile_images/1561440905894268930/CbqfIqSK_normal.jpg', 'Lil Wayne ❤❤ Anthony Martial ❤ Manchester United ❤❤', 1605, 7128, datetime.datetime(2016, 4, 6, 19, 42, 47)), (7.261319306101596e+17, 'AllaKrymova', 'Alla K', 'https://pbs.twimg.com/profile_images/728226707531026434/h2mHknm1_normal.jpg', 'Люблю позитив!', 22873, 47385, datetime.datetime(2016, 4, 29, 19, 31, 57)), (7.386377374025851e+17, 'realchirayu11', 'Chirayu Sharma', 'https://pbs.twimg.com/profile_images/1591107992539521029/nBRc6qxZ_normal.jpg', '🇮🇳।।कार्यकारिणी सदस्य ABVP | RSS।।🇮🇳\n🚩राष्ट्र देवो भवः🚩\n🚩🙏राधे-राधे🙏🚩\n🚩राम नाम सत्य है🚩', 4330, 2379, datetime.datetime(2016, 6, 3, 7, 45, 34)), (7.551488497238671e+17, 'ammawith2ms', 'KoRkOr 🇬🇭', 'https://pbs.twimg.com/profile_images/1589644999783743489/eadMQrPq_normal.jpg', 'Christian| Foodie| Singer| IG:https://t.co/jhyjKCdxMz', 1634, 1803, datetime.datetime(2016, 7, 18, 21, 14, 50)), (7.71015378415661e+17, 'VisitTequilas', 'Tequilas Bar & Grill', 'https://pbs.twimg.com/profile_images/771019904849817600/NTIJ0MMf_normal.jpg', 'Visit Tequilas Bar & Grill. Check Our Daily Specials...Because EVERY Day Is Special Here!', 17, 25, datetime.datetime(2016, 8, 31, 16, 2, 45)), (7.724690304269066e+17, 'veo_live', 'JsD 🔝🔜', 'https://pbs.twimg.com/profile_images/1121083108504342530/59A5Ku4r_normal.jpg', 'live updates from 🇺🇦 📍', 124, 113, datetime.datetime(2016, 9, 4, 16, 19, 3)), (7.788351355632681e+17, 'FonsidelasHeras', 'Fonsi de las Heras', 'https://pbs.twimg.com/profile_images/781770492910956544/PUbDIVxA_normal.jpg', '', 77, 91, datetime.datetime(2016, 9, 22, 5, 55, 41)), (7.978158309732147e+17, 'benkpanie', 'distro', 'https://pbs.twimg.com/profile_images/1576493867234463745/xZUbZ6wJ_normal.jpg', 'aficionado', 1049, 5057, datetime.datetime(2016, 11, 13, 14, 58, 11)), (7.992049787788657e+17, 'pearl_batista', 'Pearl Batista Bugyei', 'https://pbs.twimg.com/profile_images/1567773492229165063/fgZvpAoz_normal.jpg', 'GOD👑 || Content Creator || BUSINESS EMAIL for promos: pearlb.business@gmail.com', 1981, 28379, datetime.datetime(2016, 11, 17, 10, 58, 10)), (7.992191047250043e+17, 'xennialsnj', 'Er.Nitin Kumar', 'https://pbs.twimg.com/profile_images/1554865943351681026/TL9jyYFd_normal.jpg', 'कभी किसी को मुकम्मल जहां नही मिलता, यहाँ सब किरदार है। अभियांत्रिक( BE MECH) Financial Enthusiast MBA , Economic Learner, Share Market Observer', 123, 156, datetime.datetime(2016, 11, 17, 11, 54, 18)), (8.23084839041663e+17, 'thisis_stillme', 'Clare', 'https://pbs.twimg.com/profile_images/1502251172073295879/BsxczGox_normal.png', 'Personal growth, Self-Care, Motivation, Mindset. I write about my life lessons to inspire. You can reach me at thisis_stillme@outlook.com', 702, 284, datetime.datetime(2017, 1, 22, 8, 28, 12)), (8.569752406305014e+17, 'bbqhunk', 'Stover', 'https://pbs.twimg.com/profile_images/1563242141685465088/iY1va0Jy_normal.jpg', 'Producer of Content. @calibbqmedia @calicomfort. Certified Grade-A BBQHUNK', 473, 203, datetime.datetime(2017, 4, 25, 20, 56, 34)), (8.719772254652334e+17, 'laragrilldgnhm', 'Lara Grill', 'https://pbs.twimg.com/profile_images/1413887630127898632/6VWjhyPq_normal.jpg', 'Turkish cooking enjoys worldwide popularity and stands for pure indulgence and the joy and passion for food.', 16, 63, datetime.datetime(2017, 6, 6, 6, 29, 5)), (8.754953621439447e+17, 'chuckgeorge_', 'Chuck George', 'https://pbs.twimg.com/profile_images/1586044105234284544/TJdSooKo_normal.jpg', 'Building Chuck’s in Europe.', 166, 28, datetime.datetime(2017, 6, 15, 23, 28, 55)), (8.778887816045855e+17, 'dentistolog', 'Dentistolog', 'https://pbs.twimg.com/profile_images/1022719103570718720/hNZz_cr2_normal.jpg', 'krivo je more', 4926, 4985, datetime.datetime(2017, 6, 22, 13, 59, 30)), (8.807566402193654e+17, '__tuala', 'Cupcake🌸', 'https://pbs.twimg.com/profile_images/1589550149197496320/vFfz1Wc0_normal.jpg', '🎉Jeremiah 29:11 .... Daughter of the KING👑 https://t.co/jkMYDfoFfk 👻. Tualaa @annette_bee❤️', 1538, 8535, datetime.datetime(2017, 6, 30, 11, 55, 21)), (9.157796828843581e+17, 'ab0ateng_', 'Accra Mayor', 'https://pbs.twimg.com/profile_images/1575737364479180800/1JbXQ_DO_normal.jpg', '', 1918, 4172, datetime.datetime(2017, 10, 5, 3, 24, 25)), (9.367267927606845e+17, '15slapssss', 'OLDBOYY', 'https://pbs.twimg.com/profile_images/1256349603366125570/xmSEnvER_normal.jpg', 'Football || Post Malone || Wizkid || CR7🐐||', 4031, 5678, datetime.datetime(2017, 12, 1, 22, 40, 45)), (9.387940932825129e+17, 'efyaa_', 'Afia.A', 'https://pbs.twimg.com/profile_images/1535920688833380354/LBNov3Iw_normal.jpg', 'law student', 7467, 11092, datetime.datetime(2017, 12, 7, 15, 35, 28)), (9.441552431132713e+17, 'AsieduMends', 'Mempeasem President', 'https://pbs.twimg.com/profile_images/1585328253593681920/EF94LF4x_normal.jpg', 'Be genuinely happy for people // Business ; AsieduMendsweb@gmail.com', 13464, 278940, datetime.datetime(2017, 12, 22, 10, 38, 46)), (9.725481104373105e+17, 'asanty__', 'Asanty🦋', 'https://pbs.twimg.com/profile_images/1591560291657154560/Xmbmr_K7_normal.jpg', 'I’m enough✨ and loved❤️🦋', 1027, 1426, datetime.datetime(2018, 3, 10, 19, 1, 53)), (9.95573985948717e+17, 'Selasiiiiiii', 'Maameeeee💕', 'https://pbs.twimg.com/profile_images/1587578918638391297/-Ylrlygm_normal.jpg', 'hahaha idk haha', 299, 2200, datetime.datetime(2018, 5, 13, 7, 58, 29)), (1.0015265774762189e+18, 'BigKluck_HF', 'BIG KLUCK 🐔💪🏾', 'https://pbs.twimg.com/profile_images/1581862250037420032/xQEWoVrr_normal.jpg', 'The Highly Favored 🏆 @williewingz Owner 🐔🔥Daygo 619☀️🌴 📷: williep_hf 👻: illwill619', 948, 1030, datetime.datetime(2018, 5, 29, 18, 11, 58)), (1.0050457769958359e+18, 'Normanyo2', 'L.', 'https://pbs.twimg.com/profile_images/1570526753319182341/nD7Slk2X_normal.jpg', 'Colours', 589, 247, datetime.datetime(2018, 6, 8, 11, 16)), (1.0224018604797256e+18, 'jibrilkhalifa12', 'The Ep vol 1 🤞🏾', 'https://pbs.twimg.com/profile_images/1319016060297904128/trdtb7Z8_normal.jpg', 'Best of it ! . Recording artist🎙', 385, 225, datetime.datetime(2018, 7, 26, 8, 42, 53)), (1.0348025616001556e+18, 'jasonnndl', 'Jeff.', 'https://pbs.twimg.com/profile_images/1567772781441433600/gi34fyEN_normal.jpg', '', 4375, 6595, datetime.datetime(2018, 8, 29, 13, 58, 51)), (1.0412808466305516e+18, 'danielquainoo_', 'Quainoo', 'https://pbs.twimg.com/profile_images/1585409865865990145/5q3zBLHY_normal.jpg', 'Psalm 69:13. Gooner.@KFMQGroup', 1162, 1466, datetime.datetime(2018, 9, 16, 11, 1, 14)), (1.0522506633365176e+18, 'GourmetCarte', 'GourmetCarte', 'https://pbs.twimg.com/profile_images/1256027106359652352/V96GVpyb_normal.jpg', 'Hello, we are taking you to explore great #food worldwide, and you can find our collection of the best dishes on our website: https://t.co/ub4H2BKno9', 3393, 3755, datetime.datetime(2018, 10, 16, 17, 31, 22)), (1.0771850683413053e+18, 'LimaRinconcito', 'Rinconcito de Lima', 'https://pbs.twimg.com/profile_images/1077185178366238720/bKAyhe_1_normal.jpg', 'The most authentic & delicious Peruvian food in Jacksonville! Catering available 7 d/wk. No event too big or too small! Restaurant & #foodtruck (904)487-7962', 24, 11, datetime.datetime(2018, 12, 24, 12, 51, 48)), (1.0807591228558991e+18, 'Cenhotequipment', 'CENHOT', 'https://pbs.twimg.com/profile_images/1083631613232087040/vm13BSRi_normal.jpg', 'Restaurant Equipment', 267, 89, datetime.datetime(2019, 1, 3, 9, 33, 49)), (1.118895893313409e+18, 'OakwellRexTaxis', 'Oakwell Rex Taxis', 'https://pbs.twimg.com/profile_images/1417137500208893952/CwhgMPAp_normal.jpg', 'Kirklees leading taxi firm, ready to take YOU where you need to go 🙌 🚖 \nCall us on 01924 471111 📞\nBook through our mobile app now! 📲 ↴', 1920, 365, datetime.datetime(2019, 4, 18, 15, 15, 43)), (1.1338188119987692e+18, 'kukszz', 'M💕', 'https://pbs.twimg.com/profile_images/1507824818892292111/uhjvLVuI_normal.jpg', '', 74, 66, datetime.datetime(2019, 5, 29, 19, 34, 4)), (1.1361280457718743e+18, 'ChineseFoodPor1', 'Foodie in China', 'https://pbs.twimg.com/profile_images/1136128518893518849/zw3Gmntb_normal.jpg', 'Showing real Chinese food everyday.', 108, 667, datetime.datetime(2019, 6, 5, 4, 30, 9)), (1.1379906458581443e+18, '_richie2', 'Richmond Asare', 'https://pbs.twimg.com/profile_images/1587788747659247616/yhrTgfhE_normal.jpg', 'Graphic Designer || Web Developer/ Designer || Digital Marketer|| UiUX Designer|| Publicity Photography || Social Media Manager and Marketer', 2239, 1500, datetime.datetime(2019, 6, 10, 7, 51, 27)), (1.1451375983792824e+18, 'gyaigyimii', 'KALYJAY', 'https://pbs.twimg.com/profile_images/1557102284072538115/Ot9yxmKB_normal.jpg', 'Manager -@DBJ_gh Business Email - KalyJaybiz@gmail.com or text my PA @xmxabena_', 21440, 1147108, datetime.datetime(2019, 6, 30, 1, 10, 53)), (1.1515566599757947e+18, 'AzizAnumd3', 'KWAKU ANUMD3 💉', 'https://pbs.twimg.com/profile_images/1513876371809910784/6bBVxZxr_normal.jpg', 'Anything wey you say you get wey we no get boss chop am', 2538, 3160, datetime.datetime(2019, 7, 17, 18, 17, 57)), (1.1607938742536684e+18, 'WeslacoShoping', 'WeslacoShopping', 'https://pbs.twimg.com/profile_images/1160795027620139008/5flK-07B_normal.jpg', '#Vintage clothing & collectibles shop. #eBay #mercari & #Poshmark seller. #reseller #fliplife #flip #retailarbitrage', 4985, 879, datetime.datetime(2019, 8, 12, 6, 3, 20)), (1.1776651781057946e+18, 'therealSinzu', 'ttm', 'https://pbs.twimg.com/profile_images/1585051461674844161/BAdHgC3d_normal.jpg', 'counting stars', 176, 231, datetime.datetime(2019, 9, 27, 19, 24, 11)), (1.179859159715582e+18, 'UnitZoom', 'Zoom Unit', 'https://pbs.twimg.com/profile_images/1179859411449384962/-z_ttwDR_normal.jpg', 'Where 21st century avant-rock meets electronica. Zoom Unit is Duke Whitehurst and Andy Pidluznyj, two-thirds of New Apostles', 469, 301, datetime.datetime(2019, 10, 3, 20, 42, 21)), (1.1809973569149092e+18, 'RaysCraig', 'craig_rays', 'https://pbs.twimg.com/profile_images/1355897051092049923/gwFK7nJS_normal.jpg', 'Renaissance Man-I follow BOTS and THOTS! ✊🏾💯', 139, 130, datetime.datetime(2019, 10, 7, 0, 5, 4)), (1.1877039821831455e+18, 'renardmichelin3', 'renard micheline 🇧🇪❤️🇧🇪', 'https://pbs.twimg.com/profile_images/1187704423822385152/kXqA5vLH_normal.jpg', 'J’aime les belles photos.. J’aime mon pays, la Belgique 🇧🇪 ❤️ 🇧🇪 Pas de messages privés, merci 🙏NO DM ✝️ ✡️', 846, 841, datetime.datetime(2019, 10, 25, 12, 15, 32)), (1.1877709955595387e+18, 'AmherstCorner', 'The Amherst Corner Restaurant', 'https://pbs.twimg.com/profile_images/1204957984926916609/JDXIOEcD_normal.jpg', 'Our local restaurant is proud to serve up tasty comfort food and hand-dipped ice cream. Stop in today for food, family, and fun!', 3, 1, datetime.datetime(2019, 10, 25, 16, 41, 33)), (1.1996093522372772e+18, 'ExpressFalkirk', 'Express Taxis Falkirk', 'https://pbs.twimg.com/profile_images/1346021716582158336/3ak6lhvQ_normal.jpg', "Express Taxis are Falkirk's premier taxi service. Call us on 01328 638000 or download our app here → https://t.co/S2ntKsJlWX", 546, 131, datetime.datetime(2019, 11, 27, 8, 42, 19)), (1.201430557915304e+18, '__theSeyram', 'Seyram📸🦍✨', 'https://pbs.twimg.com/profile_images/1515482159330562053/hMx_iOJ4_normal.jpg', 'Explorer | Photographer | Drone Pilot IG:https://t.co/2JCURbLbzZ | Behance: https://t.co/WRRNjG3oyQ | Mail:theseyram1@gmail.com', 3915, 94854, datetime.datetime(2019, 12, 2, 9, 19, 25)), (1.202241707267543e+18, 'VanillaSpice__', 'Vanilla Spice', 'https://pbs.twimg.com/profile_images/1202302219124715520/7jwcR3hj_normal.jpg', "#Newport's favourite #Indian #restaurant, cooking up all your favourite Indian dishes with a modern twist!🍛🍽️", 85, 53, datetime.datetime(2019, 12, 4, 15, 2, 25)), (1.2132863327614362e+18, 'Berma_Yaw_', 'yaw.', 'https://pbs.twimg.com/profile_images/1547902605837225986/nS8HohW7_normal.jpg', 'introvert… nocturnal 🌚// @Arsenal❤️🤍messi', 1987, 2904, datetime.datetime(2020, 1, 4, 2, 29, 53)), (1.2369999785867837e+18, 'Exuberance_Rest', 'Exuberance Restaurant & Banquet', 'https://pbs.twimg.com/profile_images/1240163642294685696/8om8-Tys_normal.jpg', 'Block No. A/201, 2nd Floor, Radhe Kishan Business Park, Opp. H.P Petrol Pump, N.H.-8 Isanpur - Narol Road, Isanpur Ahmedabad, Gujarat 382443', 2, 3, datetime.datetime(2020, 3, 9, 12, 59, 23)), (1.2809851880094802e+18, 'QwasiBerry', 'Kwesi Arhin(Sneaker Plug)👟🇬🇭🤘🏿', 'https://pbs.twimg.com/profile_images/1397108670480195585/HXQ16Uup_normal.jpg', '•Black & Blonde||RBA🤘🏾||Gamer🎮||Graphic Designer🖼️||A Sneaker Plug & More!🥷 .Baby acc @kwesiarhin__ Inquires:+233 594 4088 71', 8776, 11373, datetime.datetime(2020, 7, 8, 22, 1, 6)), (1.297055456922415e+18, 'hotelwelcome_', 'Hotel Welcome', 'https://pbs.twimg.com/profile_images/1308018511436902400/PDvwfb94_normal.jpg', 'Pashupati Business Hub, Nandasan Road, Kadi 384440 Kadi, India', 0, 4, datetime.datetime(2020, 8, 22, 6, 18, 25)), (1.3044930966469632e+18, 'ne_ober', '₩', 'https://pbs.twimg.com/profile_images/1569378155466555393/WwxdEJFz_normal.jpg', 'NeverSober🐺', 99, 1109, datetime.datetime(2020, 9, 11, 18, 53, 19)), (1.3134823562384957e+18, 'hatch_clint', 'Clint Hatcher', 'https://pbs.twimg.com/profile_images/1441207592487768070/84BoYF75_normal.jpg', 'Christian, American and Arkansan in that order. Political conservative with a central time zone perspective. Music lover especially jazz.', 397, 337, datetime.datetime(2020, 10, 6, 14, 13, 20)), (1.316693582384857e+18, 'ailesmortgages', 'Ailes Mortgage Solutions', 'https://pbs.twimg.com/profile_images/1320423261222637576/aErkhrHH_normal.jpg', 'An independent mortgage specialist for your mortgage, re-mortgage, including buy to let, Personal & family protection i.e life insurance, & critical illness.', 2, 9, datetime.datetime(2020, 10, 15, 10, 53, 16)), (1.3257032172132844e+18, 'The_happysmiley', 'The Happy Smiley', 'https://pbs.twimg.com/profile_images/1334031873501179904/mRyrH4oM_normal.jpg', 'Welcome to The Happy Smiley store! All you need to enjoy a great party! From cheerful & unique decorations to lovely gifts!', 0, 6, datetime.datetime(2020, 11, 9, 7, 34, 51)), (1.3449594484319478e+18, 'EveDonatello', 'Eve Donatello', 'https://pbs.twimg.com/profile_images/1529070675268444167/T8YzzDPi_normal.jpg', 'French-Italian artist passionate about the arts, photography, writing, cultural diversity & nature.💃🌻\n(All images and texts are protected by copyright.)', 2992, 3226, datetime.datetime(2021, 1, 1, 10, 54, 11)), (1.3494806939030856e+18, 'EXPERIENCE_98', 'Mawufemor •', 'https://pbs.twimg.com/profile_images/1539661123644956675/jEFz-6Ug_normal.jpg', 'Objective || Independent || Effective ||\nA CULER ❤💙', 2317, 2413, datetime.datetime(2021, 1, 13, 22, 17, 54)), (1.3575133914562724e+18, 'CookRoomClub', 'Cook Room Club', 'https://pbs.twimg.com/profile_images/1362028195537649666/JMxhygS0_normal.png', 'Welcome to Cook Room Club store! We offer a great selection of high-quality kitchen appliances & general kitchen supplies. All you need to cook up a storm.', 0, 2, datetime.datetime(2021, 2, 5, 2, 16, 50)), (1.3717805495897334e+18, 'LENsByPP', 'Lens By ProPakistani', 'https://pbs.twimg.com/profile_images/1503642472831987713/FbMIgOiR_normal.jpg', 'Entertainment Website\n\nYour daily dose of art, culture and lifestyle\nhttps://t.co/lgz57M1LWe', 92, 104, datetime.datetime(2021, 3, 16, 11, 9, 29)), (1.372079544123949e+18, 'kitchentoria_s', 'KITCHENTORIA', 'https://pbs.twimg.com/profile_images/1377433200788652034/48lAkju7_normal.png', 'Welcome to KITCHENTORIA store! We offer high-quality & unique kitchen supplies for everyone! Explore kitchen decore, gadgets & utensils online!', 17, 3, datetime.datetime(2021, 3, 17, 6, 58, 23)), (1.373738913655894e+18, 'deejay_barony', 'TARKWA MEDIKAL➕🇬🇭', 'https://pbs.twimg.com/profile_images/1589683215215779846/SrqOgmPd_normal.jpg', 'Life begins with where fear Ends🔥 @amgmedikal DNA💯 @chelseaFc Dm for promo.', 10012, 12128, datetime.datetime(2021, 3, 21, 20, 51, 57)), (1.3779859426701517e+18, 'Tumtum__broni', 'Ekua🧚💙', 'https://pbs.twimg.com/profile_images/1581589340622397440/4shjA9_G_normal.jpg', 'Fante 🦋,Pisces 💎 (Jeremiah 29:11) 💙', 821, 1075, datetime.datetime(2021, 4, 2, 14, 7, 50)), (1.3809527523023995e+18, 'HomeEcSpert', 'Home EcSpert 🏠', 'https://pbs.twimg.com/profile_images/1381030106391474177/C2AvJ5J-_normal.png', 'Expert in Home Econ/Family and Consumer Sciences. Follow for cooking, nutrition, housekeeping, personal wellness and more!', 137, 1130, datetime.datetime(2021, 4, 10, 18, 36, 15)), (1.3862110557606748e+18, 'LemonTeaGaming', 'Lemon Tea Gaming', 'https://pbs.twimg.com/profile_images/1386524598204723203/X3ysibB2_normal.jpg', 'Quality Content brought to you EVERY WEEK.', 65, 16, datetime.datetime(2021, 4, 25, 6, 50, 56)), (1.3893967023275786e+18, 'Sekandar1122', 'Sekandar1122', 'https://pbs.twimg.com/profile_images/1422225960536088578/fJP3q7pn_normal.jpg', '', 14, 0, datetime.datetime(2021, 5, 4, 1, 49, 43)), (1.3929277378122998e+18, 'kitchebuy', 'Kitchebuy', 'https://pbs.twimg.com/profile_images/1393960068362776577/YYOQTXP-_normal.png', 'Welcome to Kitchebuy store! We offer a great variety of top-quality kitchen supplies for you to cook up a storm with!', 3, 3, datetime.datetime(2021, 5, 13, 19, 41, 29)), (1.395730628046467e+18, 'chocolat3novels', 'Chocolate & Novels', 'https://pbs.twimg.com/profile_images/1530941707042312192/T9JmcYlm_normal.jpg', '2 #scrittori appassionati e un sito web di #racconti a puntate sempre aggiornati. Inizia il tuo viaggio con Duels, Il Viaggiatore, Pierre e Legends.', 1981, 1993, datetime.datetime(2021, 5, 21, 13, 19, 17)), (1.4019466093998367e+18, 'LiversidgeBaz', 'chef Barry (Baz) Liversidge', 'https://pbs.twimg.com/profile_images/1584162200163438592/4E-4aVIT_normal.jpg', 'Head chef at Queens head, Kirkby la Thorpe . #Lincolnshire #fresh and using locally sourced produce. husband and #dog 🐶 owner #QHR #chef', 855, 273, datetime.datetime(2021, 6, 7, 16, 58, 28)), (1.40360620912776e+18, 'grandcafe_so', 'Grandcafe', 'https://pbs.twimg.com/profile_images/1514586237255966727/9xZAK99J_normal.jpg', 'We are Mogadishu’s pride bringing you a modern yet traditional delicatessen. Come and taste!', 0, 355, datetime.datetime(2021, 6, 12, 6, 53, 36)), (1.4048844486178447e+18, 'IndiaCultureBot', 'India Culture Bot', 'https://pbs.twimg.com/profile_images/1404885633680674818/q84VqtBE_normal.jpg', 'Retweeting the sights, sounds, smells, and tastes of India.\n**𝘽𝙤𝙩 𝘼𝙘𝙘𝙤𝙪𝙣𝙩**', 0, 164, datetime.datetime(2021, 6, 15, 19, 33, 5)), (1.4117022881760092e+18, 'AtulPat83723483', 'Atul Patel', 'https://pbs.twimg.com/profile_images/1411702853073260545/1J7XRHjs_normal.jpg', 'Engineer by profession, love financial markets, amature photographer', 5, 7, datetime.datetime(2021, 7, 4, 15, 4, 21)), (1.4265258788848476e+18, 'LisaFarnworth5', 'Lisa Farnworth', 'https://pbs.twimg.com/profile_images/1426526028273315843/Cn5Gtzmy_normal.jpg', '', 1559, 841, datetime.datetime(2021, 8, 14, 12, 47, 32)), (1.4300808731943444e+18, 'DreamFestiva', 'Dream Festiva', 'https://pbs.twimg.com/profile_images/1430081573546651651/chxryK34_normal.jpg', 'R S No. 99/A/I, Block No. 178, Gaurav Path Road, Bhesan Chokdi, Bhesan, Surat, Gujarat 395005 \n\nRestaurant - +91 9909216000\nBanquets - +91 9909261000', 0, 2, datetime.datetime(2021, 8, 24, 8, 13, 57)), (1.43186532957193e+18, 'KhokonWebares', 'Khokon Hossain', 'https://pbs.twimg.com/profile_images/1527694739579236352/UaFeKQ-2_normal.png', 'Web Designer and developer\nhttps://t.co/JTOFXWEUQo', 52, 78, datetime.datetime(2021, 8, 29, 6, 24, 53)), (1.4540345523729285e+18, 'Ankamah09488347', 'Ankamah Emmanuel', 'https://pbs.twimg.com/profile_images/1560008475744387074/zrUPFf3X_normal.jpg', 'Never mind what people think about you your the best 🙏👍😃 Love one another ❤️❤️', 992, 84, datetime.datetime(2021, 10, 29, 10, 37, 40)), (1.4707568026315407e+18, 'ArabayOne100', 'ARB 🇸🇴', 'https://pbs.twimg.com/profile_images/1582316521178660866/odZIx8nT_normal.jpg', 'Alhamdulilah Always 💯', 334, 43, datetime.datetime(2021, 12, 14, 14, 5, 30)), (1.4835020591482593e+18, 'CUISINE_A_LOUER', 'CUISINE A LOUER', 'https://pbs.twimg.com/profile_images/1483502139305603078/Gz1JlPpa_normal.jpg', "Nous sommes une plateforme de location de cuisines et laboratoires de cuisines. Les restaurateurs s'inscrivent et proposent leurs cuisines.", 7, 1, datetime.datetime(2022, 1, 18, 18, 10, 46)), (1.484323170698285e+18, 'RaeesRohaizad', 'RAEESROHAIZAD', 'https://pbs.twimg.com/profile_images/1582638260236742656/4zI1_D_W_normal.jpg', 'This is RAEESROHAIZAD. Showcase was the right option.\n\nGamer (FPS) | Designer | Photo Editor\n\nNickname(s): Showcasey, Johnny', 4998, 2471, datetime.datetime(2022, 1, 21, 0, 33, 28)), (1.4980804511556977e+18, 'xjamesramos', 'James Ramos', 'https://pbs.twimg.com/profile_images/1518288800799150085/GfnCRRqw_normal.jpg', 'Catching the aura of small towns from the great Midwest and city street life.', 236, 370, datetime.datetime(2022, 2, 27, 23, 40, 43)), (1.4998064714034872e+18, 'GandhiST11', 'Gandhi Indian Restaurant & Takeaway Stoke On Trent', 'https://pbs.twimg.com/profile_images/1582831630963597328/K_3qzJ_X_normal.jpg', 'Gandhi Indian Restaurant & Takeaway In Stoke-On-Trent Fine Dining indian Restaurant In Staffordshire Book a Table Or Delivery Online best indian Restaurant', 991, 139, datetime.datetime(2022, 3, 4, 17, 58, 42)), (1.5208072224979272e+18, 'DeanLaBay6', 'Dean LaBay', 'https://pbs.twimg.com/profile_images/1520807322737688581/fJ9we-pX_normal.png', '', 32, 16, datetime.datetime(2022, 5, 1, 16, 48, 15)), (1.525754568373678e+18, 'wilfredxyz', 'Wilfred', 'https://pbs.twimg.com/profile_images/1589139700010426371/bvd8seSe_normal.jpg', 'Deus ex machina', 520, 463, datetime.datetime(2022, 5, 15, 8, 27, 5)), (1.5269553886290534e+18, 'Observing_2021', 'PL Garg', 'https://pbs.twimg.com/profile_images/1526955555151319041/h85ofMCD_normal.png', '', 296, 63, datetime.datetime(2022, 5, 18, 15, 59, 8)), (1.546191741597909e+18, 'coachloic94', 'loicandsport', 'https://pbs.twimg.com/profile_images/1580608341163769856/bhwUacWQ_normal.jpg', 'I like sport and I do it a lot. I like Japan and I hope we can ve friend. You can follow me or talk with me 😊😊😊🌟🌟', 97, 41, datetime.datetime(2022, 7, 10, 17, 57, 2)), (1.5489527397739274e+18, 'ReFox_23', 'ReFox', 'https://pbs.twimg.com/profile_images/1549308441587552263/SdfOBEYY_normal.png', "I'm a naturally optimistic person.Optimism is my secret weapon. Otherwise it's difficult to live. Oh, I almost forgot, I'm an NFT artist \n#Kiev #OpenSeaNFT #NFT", 3294, 2922, datetime.datetime(2022, 7, 18, 8, 49, 53)), (1.5501128568381235e+18, 'EllaWilss', 'Ella Wilson', 'https://pbs.twimg.com/profile_images/1550113128889085952/xw264VmT_normal.jpg', 'Lives in Abu Dhabi and a Food Enthusiast💫 Blogger/Posts New Recipes 😋 Deeply inlove with cats 😸', 106, 112, datetime.datetime(2022, 7, 21, 13, 38, 30)), (1.5505047441326817e+18, 'GyanduPlace', 'Gyandu Place', 'https://pbs.twimg.com/profile_images/1550506031939198978/tgeflBrB_normal.jpg', 'A collaborative cultural and intellectual space for businesses and individuals. Be part of the Gyandu community of innovation. We work, wine and win.', 2, 35, datetime.datetime(2022, 7, 22, 15, 35, 34)), (1.5508021795182428e+18, 'thisismanuell', '͏͏͏͏͏͏͏͏͏͏͏͏͏͏͏͏͏͏͏͏͏͏͏͏', 'https://pbs.twimg.com/profile_images/1583910352428957696/x3y_2ABv_normal.jpg', 'i don’t exist . @ManUTD', 1806, 1804, datetime.datetime(2022, 7, 23, 11, 17, 24)), (1.5524463857478124e+18, 'AppyMealApp', 'AppyMeal', 'https://pbs.twimg.com/profile_images/1552446468786724865/YXVZ17FF_normal.jpg', 'To-Go local marketplace', 30, 6, datetime.datetime(2022, 7, 28, 0, 10, 41)), (1.5525455654261965e+18, 'vitaleistanbul', 'Vitale Restaurant | Bar', 'https://pbs.twimg.com/profile_images/1552545617968332801/RMFtbA3k_normal.png', "Welcome to Istanbul's newest and most beautiful restaurant.", 0, 0, datetime.datetime(2022, 7, 28, 6, 44, 54)), (1.5595522485768684e+18, 'Fashionking7771', 'Fashionking777', 'https://pbs.twimg.com/profile_images/1560202528343588865/6NGHWAbg_normal.jpg', "I'm single GAY man ,hip hop dancer , love sexy men ,fashion ,ID channel, true crime ,reading ,travel and fine dining I'm a foodie\ndon't let anyone steal yourjoy", 395, 81, datetime.datetime(2022, 8, 16, 14, 47, 7)), (1.5698465641051054e+18, 'Zmlkawya6', 'Engine Yahya', 'https://pbs.twimg.com/profile_images/1585380344869621770/g2ypgnS9_normal.jpg', 'وبالزمالك انا مجنونه ❤🏹', 26, 6491, datetime.datetime(2022, 9, 14, 0, 32, 53)), (1.5707635472774144e+18, 'mdnaimu65634225', 'graphic designer md naimur rahman', 'https://pbs.twimg.com/profile_images/1570764259000471554/do57FvH2_normal.jpg', 'i am#graphic design\n#business card, #flyer,#poster #logo,designer#data entry\nnaimur70rahman@gmail.com', 441, 49, datetime.datetime(2022, 9, 16, 13, 18, 37)), (1.5713984101793137e+18, '29_Eatery_n_Bar', '29 Eatery & Bar', 'https://pbs.twimg.com/profile_images/1574683061727686658/iQgM9a-p_normal.jpg', '29 Eatery & Bar is a European restaurant rated by many diners as the best in Binh Duong.', 15, 0, datetime.datetime(2022, 9, 18, 7, 19, 33)), (1.5730562087848223e+18, 'Polishsteakhou1', 'PolishSteakHouse', 'https://pbs.twimg.com/profile_images/1574909117839409152/TvaxrNzB_normal.jpg', 'At Polish steak house, your last bite is just as good as your first.', 0, 0, datetime.datetime(2022, 9, 22, 21, 7, 13)), (1.5737204467715973e+18, 'TouristToilet', 'TheToiletTourist', 'https://pbs.twimg.com/profile_images/1573720542414258176/Ws4D6a_D_normal.jpg', '', 2, 1, datetime.datetime(2022, 9, 24, 17, 6, 18)), (1.5773613864888566e+18, 'Las_Mamacitas_R', "Las Mamacita's Mexican Restaurant", 'https://pbs.twimg.com/profile_images/1577361495410753548/NAbxiR9h_normal.jpg', '"𝐌𝐚𝐝𝐞 𝐰𝐢𝐭𝐡 𝐥𝐨𝐯𝐞 𝐚𝐧𝐝 𝐭𝐫𝐚𝐝𝐢𝐭𝐢𝐨𝐧 𝐬𝐢𝐧𝐜𝐞 𝟏𝟗𝟕𝟓"\nFood made daily, weekly specials and entertainment throughout the week', 2, 6, datetime.datetime(2022, 10, 4, 18, 14, 20)), (1.5780187546880369e+18, 'ikunalBishwa', 'Kunal Bishwakarma', 'https://pbs.twimg.com/profile_images/1578882973197279232/B0JZk_v3_normal.jpg', 'Nepali Actor🇳🇵', 2, 1, datetime.datetime(2022, 10, 6, 13, 46, 23)), (1.5797295313842668e+18, 'HaweliaSweets', 'Hawelia Sweets', 'https://pbs.twimg.com/profile_images/1579736470520475648/8NxdDlWY_normal.jpg', 'Hawelia Sweets is well know restaurant. We provide Bakery, Snacks & Dairy products. Our slogan is FRESH, FAST & TASTY.', 179, 31, datetime.datetime(2022, 10, 11, 7, 4, 36)), (1.5804733440209388e+18, 'coolaustin661', 'coolaustin66', 'https://pbs.twimg.com/profile_images/1581036278933467137/rBQspnAb_normal.jpg', 'jujutsu kaisen/chainsaw man best new gen -reading berserk and tokyo ghoul atm-', 216, 20, datetime.datetime(2022, 10, 13, 8, 19, 56)), (1.5819471146486333e+18, 'Balcona_bh', 'Balcona.bh', 'https://pbs.twimg.com/profile_images/1583777412889952257/KNY8aKYT_normal.jpg', 'Mediterranean cuisine Restaurant & Cafe\n.\nTiming:\n24 hours \n.\n\n17717787-38188877-66341555', 1, 1, datetime.datetime(2022, 10, 17, 9, 56, 20)), (1.5831491040870482e+18, 'Derrick278948', 'Derrick', 'https://pbs.twimg.com/profile_images/1583149394932776966/P_MkTGYl_normal.jpg', '', 122, 8, datetime.datetime(2022, 10, 20, 17, 32, 33)), (1.584870560831787e+18, 'gmtowner', 'OwnerOfGMT', 'https://pbs.twimg.com/profile_images/1584871500800483329/SnFoalgt_normal.jpg', 'Trying to spread positivity everywhere with motivating quotes that will motivate you for sure. 😇 (Follow for retweet)\n\nCreator account \n@GarvitOfficial\n\n#doge', 1, 198, datetime.datetime(2022, 10, 25, 11, 35, 10)), (1.5854737253062164e+18, 'Sunroom23175796', 'Sunroom', 'https://pbs.twimg.com/profile_images/1585884702858149888/PfCDQQeF_normal.jpg', 'Focus on engineering construction, outdoor decoration Professional manufacture of retractable sunroom. Emai:chinasunroom@163.com, Tel: +86 15916556642', 3, 0, datetime.datetime(2022, 10, 27, 3, 29, 45)), (1.5860148164345364e+18, '1malinaaaa0902', 'Alina', 'https://pbs.twimg.com/profile_images/1586015418468241415/izgEfgrH_normal.jpg', 'Cook, Confectioner\n🔎Search for work \nMarried💍\n#searchwork #food #restaurantservice #desserts', 546, 166, datetime.datetime(2022, 10, 28, 15, 19, 48)), (1.5861464887862477e+18, 'Geodian_', 'Geodian', 'https://pbs.twimg.com/profile_images/1586146618998407171/ZPy4fflN_normal.png', 'Geographer on YouTube & TikTok', 32, 6, datetime.datetime(2022, 10, 29, 0, 3, 17)), (1.5867843985648886e+18, 'KeyPosts', 'Interesting Posts', 'https://pbs.twimg.com/profile_images/1586789269808504833/SFe3tzzr_normal.jpg', 'We Post The Best Content.', 1, 39, datetime.datetime(2022, 10, 30, 18, 17, 46)), (1.587080316572795e+18, 'QuameAgyei1', 'Quame Agyei', 'https://pbs.twimg.com/profile_images/1587081222525779970/4A43TKzz_normal.jpg', '', 33, 141, datetime.datetime(2022, 10, 31, 13, 53, 54)), (1.589115931325698e+18, 'ogoody_exp', "O'Goody", 'https://pbs.twimg.com/profile_images/1589116347790766081/cqjew-D__normal.jpg', 'Share goody stuffs, places and moments', 42, 2, datetime.datetime(2022, 11, 6, 4, 43, 39)), (1.5897898497117757e+18, 'aj2_izza', 'Izza_AJ', 'https://pbs.twimg.com/profile_images/1589790918185553921/DgvQM6Jr_normal.jpg', '🖕😒🍷\nInstagram @izza_aj', 16, 0, datetime.datetime(2022, 11, 8, 1, 23, 31)), (1.5911670761646817e+18, 'MattCatterall89', 'Matt Catterall', 'https://pbs.twimg.com/profile_images/1591417008981147650/9t_PtEZC_normal.jpg', '📎Entrepreneur - New To Twitter', 45, 4, datetime.datetime(2022, 11, 11, 20, 33)))
USER TABLE OUTPUT:
#Deleting existing data from account table
cursor.execute("DELETE FROM rrr.account")
conn.commit()
#Inserting data into account table
for index,row in tweetdf_account.iterrows():
cursor.execute("INSERT INTO account values (%s,%s,%s,%s)", (int(row['account_id']),row['user_id'],row['twitter_handle'],row['user_password']))
conn.commit()
cursor.execute("SELECT * from account")
records=cursor.fetchall()
print(records)
conn.commit()
(('1', 1.5861464887862477e+18, 'Geodian_', 'XXXXXX'), ('10', 148354107.0, 'THEDIAL', 'XXXXXX'), ('100', 1.2809851880094802e+18, 'QwasiBerry', 'XXXXXX'), ('101', 7.551488497238671e+17, 'ammawith2ms', 'XXXXXX'), ('102', 1.1515566599757947e+18, 'AzizAnumd3', 'XXXXXX'), ('103', 1.0224018604797256e+18, 'jibrilkhalifa12', 'XXXXXX'), ('104', 1.587080316572795e+18, 'QuameAgyei1', 'XXXXXX'), ('105', 1.0412808466305516e+18, 'danielquainoo_', 'XXXXXX'), ('106', 1.3779859426701517e+18, 'Tumtum__broni', 'XXXXXX'), ('107', 1.5831491040870482e+18, 'Derrick278948', 'XXXXXX'), ('108', 1.5508021795182428e+18, 'thisismanuell', 'XXXXXX'), ('109', 1.3494806939030856e+18, 'EXPERIENCE_98', 'XXXXXX'), ('11', 322673778.0, 'judith_walker1', 'XXXXXX'), ('110', 1.4540345523729285e+18, 'Ankamah09488347', 'XXXXXX'), ('111', 1.373738913655894e+18, 'deejay_barony', 'XXXXXX'), ('112', 1.2132863327614362e+18, 'Berma_Yaw_', 'XXXXXX'), ('113', 1.3044930966469632e+18, 'ne_ober', 'XXXXXX'), ('114', 1.1451375983792824e+18, 'gyaigyimii', 'XXXXXX'), ('115', 7.992049787788657e+17, 'pearl_batista', 'XXXXXX'), ('116', 1.1338188119987692e+18, 'kukszz', 'XXXXXX'), ('117', 637111537.0, 'ekowmclean', 'XXXXXX'), ('118', 1.3809527523023995e+18, 'HomeEcSpert', 'XXXXXX'), ('119', 30872750.0, 'ZombiePortraits', 'XXXXXX'), ('12', 3393915262.0, 'LeSpiceEly', 'XXXXXX'), ('120', 1876452428.0, 'Patrik_and_wine', 'XXXXXX'), ('121', 35714721.0, 'chhajuee', 'XXXXXX'), ('122', 1.5804733440209388e+18, 'coolaustin661', 'XXXXXX'), ('123', 1.4835020591482593e+18, 'CUISINE_A_LOUER', 'XXXXXX'), ('124', 1.5854737253062164e+18, 'Sunroom23175796', 'XXXXXX'), ('125', 2895283154.0, 'AbhayVarn', 'XXXXXX'), ('126', 1.0522506633365176e+18, 'GourmetCarte', 'XXXXXX'), ('127', 1.4117022881760092e+18, 'AtulPat83723483', 'XXXXXX'), ('128', 342567363.0, 'Purist3', 'XXXXXX'), ('129', 7.386377374025851e+17, 'realchirayu11', 'XXXXXX'), ('13', 2564917357.0, 'boiboiAmsterdam', 'XXXXXX'), ('130', 1.3929277378122998e+18, 'kitchebuy', 'XXXXXX'), ('131', 1.5897898497117757e+18, 'aj2_izza', 'XXXXXX'), ('132', 1.0771850683413053e+18, 'LimaRinconcito', 'XXXXXX'), ('133', 187436757.0, 'nameisvp', 'XXXXXX'), ('134', 17731977.0, 'axekohli', 'XXXXXX'), ('135', 1.1877039821831455e+18, 'renardmichelin3', 'XXXXXX'), ('136', 7.992191047250043e+17, 'xennialsnj', 'XXXXXX'), ('137', 1.5269553886290534e+18, 'Observing_2021', 'XXXXXX'), ('138', 32417691.0, 'PrincessSamurai', 'XXXXXX'), ('139', 491517130.0, 'IcedCoffeeHott', 'XXXXXX'), ('14', 8.569752406305014e+17, 'bbqhunk', 'XXXXXX'), ('140', 1.43186532957193e+18, 'KhokonWebares', 'XXXXXX'), ('141', 92019068.0, 'BroosDennill', 'XXXXXX'), ('142', 1.179859159715582e+18, 'UnitZoom', 'XXXXXX'), ('143', 1.118895893313409e+18, 'OakwellRexTaxis', 'XXXXXX'), ('144', 1.5797295313842668e+18, 'HaweliaSweets', 'XXXXXX'), ('145', 113556679.0, 'piyush_mahamuni', 'XXXXXX'), ('146', 2221708754.0, 'GUDCapital', 'XXXXXX'), ('147', 1.1361280457718743e+18, 'ChineseFoodPor1', 'XXXXXX'), ('148', 148832773.0, 'wesplashbc', 'XXXXXX'), ('149', 283975114.0, 'MooringsMwell', 'XXXXXX'), ('15', 94142225.0, 'andyswist', 'XXXXXX'), ('150', 1.5737204467715973e+18, 'TouristToilet', 'XXXXXX'), ('151', 1.372079544123949e+18, 'kitchentoria_s', 'XXXXXX'), ('152', 7.724690304269066e+17, 'veo_live', 'XXXXXX'), ('153', 18882079.0, 'jfeehan888', 'XXXXXX'), ('154', 1.5867843985648886e+18, 'KeyPosts', 'XXXXXX'), ('155', 249222782.0, 'felipelmarc', 'XXXXXX'), ('156', 7.261319306101596e+17, 'AllaKrymova', 'XXXXXX'), ('157', 1.316693582384857e+18, 'ailesmortgages', 'XXXXXX'), ('158', 31028807.0, 'Alexanva', 'XXXXXX'), ('159', 131882234.0, 'Vialdy18', 'XXXXXX'), ('16', 1.5208072224979272e+18, 'DeanLaBay6', 'XXXXXX'), ('160', 223005815.0, 'TheMarkDeBonis', 'XXXXXX'), ('161', 1.1809973569149092e+18, 'RaysCraig', 'XXXXXX'), ('162', 1.5860148164345364e+18, '1malinaaaa0902', 'XXXXXX'), ('163', 1738556923.0, 'ChapwomanCZ', 'XXXXXX'), ('164', 617853906.0, 'bmurphypointman', 'XXXXXX'), ('165', 38224510.0, 'JustDOC', 'XXXXXX'), ('166', 1.4048844486178447e+18, 'IndiaCultureBot', 'XXXXXX'), ('167', 1.4998064714034872e+18, 'GandhiST11', 'XXXXXX'), ('168', 1.5489527397739274e+18, 'ReFox_23', 'XXXXXX'), ('169', 1.5707635472774144e+18, 'mdnaimu65634225', 'XXXXXX'), ('17', 3309191992.0, 'BirminghamAward', 'XXXXXX'), ('170', 1.5780187546880369e+18, 'ikunalBishwa', 'XXXXXX'), ('171', 1.3717805495897334e+18, 'LENsByPP', 'XXXXXX'), ('172', 1.5525455654261965e+18, 'vitaleistanbul', 'XXXXXX'), ('173', 1.5595522485768684e+18, 'Fashionking7771', 'XXXXXX'), ('174', 1.3257032172132844e+18, 'The_happysmiley', 'XXXXXX'), ('175', 1.3575133914562724e+18, 'CookRoomClub', 'XXXXXX'), ('18', 52436759.0, 'keithpp', 'XXXXXX'), ('19', 1.0015265774762189e+18, 'BigKluck_HF', 'XXXXXX'), ('2', 1.5713984101793137e+18, '29_Eatery_n_Bar', 'XXXXXX'), ('20', 152386261.0, 'EblenCharlie', 'XXXXXX'), ('21', 1.5911670761646817e+18, 'MattCatterall89', 'XXXXXX'), ('22', 1.3862110557606748e+18, 'LemonTeaGaming', 'XXXXXX'), ('23', 18090409.0, 'CaliComfort', 'XXXXXX'), ('24', 1396400472.0, 'kareemmichel', 'XXXXXX'), ('25', 23659017.0, 'WTEN', 'XXXXXX'), ('26', 18970117.0, 'FOX23News', 'XXXXXX'), ('27', 206560051.0, 'shawnpwalchef', 'XXXXXX'), ('28', 39625114.0, 'TaniaCPires', 'XXXXXX'), ('29', 8.719772254652334e+17, 'laragrilldgnhm', 'XXXXXX'), ('3', 1.5524463857478124e+18, 'AppyMealApp', 'XXXXXX'), ('30', 27957934.0, 'chlj', 'XXXXXX'), ('31', 1.395730628046467e+18, 'chocolat3novels', 'XXXXXX'), ('32', 1.3449594484319478e+18, 'EveDonatello', 'XXXXXX'), ('33', 1.1877709955595387e+18, 'AmherstCorner', 'XXXXXX'), ('34', 1.4707568026315407e+18, 'ArabayOne100', 'XXXXXX'), ('35', 1.484323170698285e+18, 'RaeesRohaizad', 'XXXXXX'), ('36', 1.40360620912776e+18, 'grandcafe_so', 'XXXXXX'), ('37', 1.5501128568381235e+18, 'EllaWilss', 'XXXXXX'), ('38', 1.589115931325698e+18, 'ogoody_exp', 'XXXXXX'), ('39', 1.1607938742536684e+18, 'WeslacoShoping', 'XXXXXX'), ('4', 1.4265258788848476e+18, 'LisaFarnworth5', 'XXXXXX'), ('40', 3227315188.0, 'katynotie', 'XXXXXX'), ('41', 160626005.0, 'KingHeru95', 'XXXXXX'), ('42', 1.525754568373678e+18, 'wilfredxyz', 'XXXXXX'), ('43', 51983196.0, 'writeramesh', 'XXXXXX'), ('44', 272487468.0, 'JohnHolloway94', 'XXXXXX'), ('45', 95480066.0, 'ARTObrick', 'XXXXXX'), ('46', 14275259.0, 'CWDaly', 'XXXXXX'), ('47', 1.3134823562384957e+18, 'hatch_clint', 'XXXXXX'), ('48', 1.5819471146486333e+18, 'Balcona_bh', 'XXXXXX'), ('49', 1.4980804511556977e+18, 'xjamesramos', 'XXXXXX'), ('5', 166053903.0, 'nvijaysairam', 'XXXXXX'), ('50', 2563542572.0, 'AldeLighthouse', 'XXXXXX'), ('51', 38833974.0, 'FarmPolicy', 'XXXXXX'), ('52', 1.4019466093998367e+18, 'LiversidgeBaz', 'XXXXXX'), ('53', 3330348586.0, 'luxlifestyleuk', 'XXXXXX'), ('54', 1.201430557915304e+18, '__theSeyram', 'XXXXXX'), ('55', 8.754953621439447e+17, 'chuckgeorge_', 'XXXXXX'), ('56', 8.23084839041663e+17, 'thisis_stillme', 'XXXXXX'), ('57', 1.1996093522372772e+18, 'ExpressFalkirk', 'XXXXXX'), ('58', 1.0807591228558991e+18, 'Cenhotequipment', 'XXXXXX'), ('59', 398991127.0, 'jameschef24', 'XXXXXX'), ('6', 842283866.0, 'TweetofTriumph', 'XXXXXX'), ('60', 24132717.0, 'CrazySalesAus', 'XXXXXX'), ('61', 1.546191741597909e+18, 'coachloic94', 'XXXXXX'), ('62', 9.387940932825129e+17, 'efyaa_', 'XXXXXX'), ('63', 556869362.0, 'WPSCommercial', 'XXXXXX'), ('64', 4644710715.0, 'ryk_kah', 'XXXXXX'), ('65', 1.5730562087848223e+18, 'Polishsteakhou1', 'XXXXXX'), ('66', 7.71015378415661e+17, 'VisitTequilas', 'XXXXXX'), ('67', 182866974.0, 'elpasomexican', 'XXXXXX'), ('68', 317825411.0, 'jaybrew3690', 'XXXXXX'), ('69', 1.1379906458581443e+18, '_richie2', 'XXXXXX'), ('7', 143177285.0, 'mikebetcre', 'XXXXXX'), ('70', 9.725481104373105e+17, 'asanty__', 'XXXXXX'), ('71', 1.0050457769958359e+18, 'Normanyo2', 'XXXXXX'), ('72', 7.177997334865961e+17, 'marilyn_amofah', 'XXXXXX'), ('73', 8.778887816045855e+17, 'dentistolog', 'XXXXXX'), ('74', 137980740.0, 'SouthSandsHotel', 'XXXXXX'), ('75', 7.788351355632681e+17, 'FonsidelasHeras', 'XXXXXX'), ('76', 1.297055456922415e+18, 'hotelwelcome_', 'XXXXXX'), ('77', 1.1776651781057946e+18, 'therealSinzu', 'XXXXXX'), ('78', 1.584870560831787e+18, 'gmtowner', 'XXXXXX'), ('79', 2905326533.0, 'FagorPro_Eng', 'XXXXXX'), ('8', 1.5773613864888566e+18, 'Las_Mamacitas_R', 'XXXXXX'), ('80', 1.2369999785867837e+18, 'Exuberance_Rest', 'XXXXXX'), ('81', 1.4300808731943444e+18, 'DreamFestiva', 'XXXXXX'), ('82', 599625829.0, 'CHIDERAHDAVID', 'XXXXXX'), ('83', 759136189.0, 'nykissi', 'XXXXXX'), ('84', 2162943270.0, 'ttateyama1', 'XXXXXX'), ('85', 7.978158309732147e+17, 'benkpanie', 'XXXXXX'), ('86', 601242092.0, '_therealkaf', 'XXXXXX'), ('87', 153373844.0, 'MuftyBancho', 'XXXXXX'), ('88', 9.95573985948717e+17, 'Selasiiiiiii', 'XXXXXX'), ('89', 4818167183.0, 'Pos360', 'XXXXXX'), ('9', 1.202241707267543e+18, 'VanillaSpice__', 'XXXXXX'), ('90', 1.5505047441326817e+18, 'GyanduPlace', 'XXXXXX'), ('91', 9.157796828843581e+17, 'ab0ateng_', 'XXXXXX'), ('92', 814929673.0, 'k_pepra', 'XXXXXX'), ('93', 30285028.0, 'MissShirleys', 'XXXXXX'), ('94', 1.5698465641051054e+18, 'Zmlkawya6', 'XXXXXX'), ('95', 9.367267927606845e+17, '15slapssss', 'XXXXXX'), ('96', 1.3893967023275786e+18, 'Sekandar1122', 'XXXXXX'), ('97', 9.441552431132713e+17, 'AsieduMends', 'XXXXXX'), ('98', 1.0348025616001556e+18, 'jasonnndl', 'XXXXXX'), ('99', 8.807566402193654e+17, '__tuala', 'XXXXXX'))
ACCOUNT TABLE OUTPUT:
#Deleting data from Tweets table
cursor.execute("DELETE FROM rrr.Tweets")
conn.commit()
#Inserting data into Tweets table
for index,row in tweetdf_tweet.iterrows():
cursor.execute("INSERT INTO Tweets values (%s,%s,%s,%s,%s)", (int(row['tweet_id']),row['user_id'],row['tweet_text'],row['created_at'],row['tweet_likes']))
conn.commit()
cursor.execute("SELECT * from Tweets")
records=cursor.fetchall()
print(records)
conn.commit()
((1.5884563613016228e+18, 1.3575133914562724e+18, 'Creative Dinosaur Shaped Eco-Friendly Plastic Cookie Cutters Set #restaurant #chefspick https://t.co/JETK1GEvF7 https://t.co/L7subvoMmz', datetime.datetime(2022, 11, 4, 9, 1, 23), 0), (1.5884852102865551e+18, 1.3257032172132844e+18, '#restaurant #chefspick Jingdezhen Classic Ceramic Vase https://t.co/2SHcZPcnNi https://t.co/5YwP7zq5ds', datetime.datetime(2022, 11, 4, 10, 56, 1), 0), (1.5884951826135982e+18, 1.5595522485768684e+18, '#breakfastbuffet #espressomachine #coffee\n#restaurant favorite #breakfast spot #nyc https://t.co/qCHPNGlmWE', datetime.datetime(2022, 11, 4, 11, 35, 39), 0), (1.5884961457474437e+18, 1.5525455654261965e+18, "Vitale's indoor hall will help you make great memories.\n\n#vitalerestaurant #istanbul #cityguide #mustsee #restaurant https://t.co/8YmznwHEdX", datetime.datetime(2022, 11, 4, 11, 39, 28), 0), (1.5885159094125527e+18, 1.3717805495897334e+18, 'Read More: https://t.co/LGa98Rac4X\n#bellaciaocafe #bellaciao #moneyheist #professor #nairobi #peshawar #restaurant https://t.co/fEHfDhkBYW', datetime.datetime(2022, 11, 4, 12, 58), 1), (1.5885353611558666e+18, 27957934.0, 'How bad is #restaurant inflation? Here’s what the #data shows. | @RestaurantDive https://t.co/DLVVrfuJdU https://t.co/jWrkt0ODjB', datetime.datetime(2022, 11, 4, 14, 15, 18), 0), (1.5885413566573445e+18, 1.5780187546880369e+18, 'Night to yourself 🍷\n#scotland #highlands #restaurant #dinnerdate https://t.co/QPR8WxiNB2', datetime.datetime(2022, 11, 4, 14, 39, 7), 1), (1.5885510839659397e+18, 1.5707635472774144e+18, 'Restaurent flyer design #restaurant #flyer #flyer design #pizza#pizza #pizzalovers https://t.co/d6fblRIhN9', datetime.datetime(2022, 11, 4, 15, 17, 46), 0), (1.5885642443326915e+18, 2221708754.0, 'Food court SBA loans: https://t.co/WiYZfgOJSt #Restaurant #Mall #Shopping #Foodie #Food #Startup #Business #Finance https://t.co/GbL5cjWihf', datetime.datetime(2022, 11, 4, 16, 10, 4), 0), (1.5885655681767506e+18, 27957934.0, 'Six Ways to Get More #Google Reviews for Your #Restaurant | @ModRestManage https://t.co/czBZu1sNu1 https://t.co/h53DZvlefM', datetime.datetime(2022, 11, 4, 16, 15, 20), 0), (1.588570212915622e+18, 1.5489527397739274e+18, 'RT @barakuda_v: Happy Sunday evening!\n#food #restaurant #Sunday\n\nhttps://t.co/5CKnAueIfK https://t.co/HPdQYAJuTk', datetime.datetime(2022, 11, 4, 16, 33, 47), 0), (1.5886059944724562e+18, 206560051.0, 'How to be a @calicomfort VIP\xa0📲 - https://t.co/7YJVdvEZHJ #calibbq #sandiego #restaurant https://t.co/rNpzaGMGsB', datetime.datetime(2022, 11, 4, 18, 55, 58), 6), (1.5886108392417853e+18, 27957934.0, '7 Things #Chefs Would Never Order at a #Restaurant | @EatThisNotThat https://t.co/KdQnBuUvso https://t.co/y2eKOofREJ', datetime.datetime(2022, 11, 4, 19, 15, 13), 0), (1.5886216669717504e+18, 1.4998064714034872e+18, 'Takeaway Order Now https://t.co/EpMh86hWsu #Food #Foodie #takeaway #restaurant #indianfood #Order https://t.co/Dk6S5aS12S', datetime.datetime(2022, 11, 4, 19, 58, 15), 0), (1.588622088067494e+18, 18090409.0, 'RT @shawnpwalchef: How to be a @calicomfort VIP\xa0📲 - https://t.co/7YJVdvEZHJ #calibbq #sandiego #restaurant https://t.co/rNpzaGMGsB', datetime.datetime(2022, 11, 4, 19, 59, 55), 0), (1.5886254748545516e+18, 1.4048844486178447e+18, 'RT @GandhiST11: Takeaway Order Now https://t.co/EpMh86hWsu #Food #Foodie #takeaway #restaurant #indianfood #Order https://t.co/Dk6S5aS12S', datetime.datetime(2022, 11, 4, 20, 13, 23), 0), (1.5886437100146074e+18, 38224510.0, 'RT @shawnpwalchef: How to be a @calicomfort VIP\xa0📲 - https://t.co/7YJVdvEZHJ #calibbq #sandiego #restaurant https://t.co/rNpzaGMGsB', datetime.datetime(2022, 11, 4, 21, 25, 50), 0), (1.5886550475497226e+18, 617853906.0, 'RT @shawnpwalchef: How to be a @calicomfort VIP\xa0📲 - https://t.co/7YJVdvEZHJ #calibbq #sandiego #restaurant https://t.co/rNpzaGMGsB', datetime.datetime(2022, 11, 4, 22, 10, 53), 0), (1.5886687261904323e+18, 1738556923.0, 'RT @dariusaniunas: Mid day at The Beachcomber (closed). Cahoon Hollow beach, Wellfleet. #capecod #beach #restaurant https://t.co/D4Wdx6erme', datetime.datetime(2022, 11, 4, 23, 5, 15), 0), (1.588718115739046e+18, 8.569752406305014e+17, 'RT @shawnpwalchef: How to be a @calicomfort VIP\xa0📲 - https://t.co/7YJVdvEZHJ #calibbq #sandiego #restaurant https://t.co/rNpzaGMGsB', datetime.datetime(2022, 11, 5, 2, 21, 30), 0), (1.5888390937186468e+18, 1.5860148164345364e+18, 'Author vegetable salad🥗\n#salad #Food #Foodie #restaurant https://t.co/tkKs5qnuHe', datetime.datetime(2022, 11, 5, 10, 22, 13), 2), (1.5888751416433746e+18, 1.1809973569149092e+18, 'On my Mediterranean Shit!\n#zaytinya #dc #food #Mediterranean #restaurant https://t.co/2iyTfZg4kH', datetime.datetime(2022, 11, 5, 12, 45, 28), 2), (1.5889018963620372e+18, 223005815.0, 'Why isn’t there a kids tax in restaurants… \n\n👶👧🧒💲🤑\n\n#podcast #comedian #kids #tax #restaurant #gross https://t.co/HVnKjdjEbc', datetime.datetime(2022, 11, 5, 14, 31, 47), 3), (1.5889064842717635e+18, 1.5730562087848223e+18, 'Polish Steak House\n.\n.\n.\n.\n.\n.\n.\n.\n#food #steak #restaurant #authentic https://t.co/v7fQY9YW3m', datetime.datetime(2022, 11, 5, 14, 50), 1), (1.5889280532747264e+18, 1.0771850683413053e+18, '📍 7300 Beach blvd32216 | 904-4877962 ✨ #delicia #peruvianfood #jacksonville #food #restaurant https://t.co/OEUys4uN32', datetime.datetime(2022, 11, 5, 16, 15, 43), 0), (1.5889286832216146e+18, 131882234.0, 'Great restaurant , what’s your favorite drink/food from there ? #baltimore #restaurant #deliciousfood https://t.co/O4L75oWAFw', datetime.datetime(2022, 11, 5, 16, 18, 13), 1), (1.588936149300441e+18, 3393915262.0, 'Le spice Ely #restaurant #spicyfood #takeout #deliveries #wedeliver https://t.co/Bg5hKdIedI', datetime.datetime(2022, 11, 5, 16, 47, 53), 1), (1.5889381789161513e+18, 31028807.0, 'Rusty Pelican #restaurant in #Miami a must when visiting the city \n#Miami #florida #usa https://t.co/jbMoDLbmBF', datetime.datetime(2022, 11, 5, 16, 55, 57), 0), (1.588957710086652e+18, 1.316693582384857e+18, 'Brunch on Ladypool Road. #ladypool #ladypoolroad #brunch #lounglachi #breakfast #restaurant https://t.co/r9Jtv6Rfyp', datetime.datetime(2022, 11, 5, 18, 13, 34), 0), (1.5889828511268577e+18, 7.261319306101596e+17, 'RT @JohannaTraveler: Today we go to restaurant 🍽️🥘🍷\n #Food #Moldavia #restaurant #traditional #bonappetit https://t.co/a4nay3l1ts', datetime.datetime(2022, 11, 5, 19, 53, 28), 0), (1.5889991092263977e+18, 249222782.0, 'A how to make video I made for @tapizonBarRes #restaurant #receipt #videomaker #content https://t.co/Rh5GRqCIPY', datetime.datetime(2022, 11, 5, 20, 58, 4), 0), (1.5890707540917862e+18, 1.5867843985648886e+18, 'The emotions are felt by all in this vid. #Blind #Blindness #Kindness #Braile #Chocolate #Restaurant #Food https://t.co/6JtTAlcQkb', datetime.datetime(2022, 11, 6, 1, 42, 45), 2), (1.589125318820139e+18, 1.589115931325698e+18, 'Visited Kabuki located in Pasadena, California #japanese #restaurant #bento #ramen #fusion #California https://t.co/QzwSwmHT8I', datetime.datetime(2022, 11, 6, 5, 19, 35), 0), (1.5891687867032044e+18, 18882079.0, "Jane's #History Nook : \n#FortLauderdale's first #restaurant, first tamales ... https://t.co/ATq9Ndoa75 https://t.co/zp0wrDR23j", datetime.datetime(2022, 11, 6, 8, 12, 18), 0), (1.589173385942405e+18, 7.724690304269066e+17, 'Kyiv nightlife yesterday without electricity #Kyiv #war #UkraineRussianWar #Ukraine #restaurant #nightlife #kiev https://t.co/4myXpPoWcS', datetime.datetime(2022, 11, 6, 8, 30, 35), 1), (1.5891773009558938e+18, 1.372079544123949e+18, '#restaurant #chefspick Multifunction Silicone Lid Set https://t.co/Ksh6WJcP51 https://t.co/0hrBg4kXGs', datetime.datetime(2022, 11, 6, 8, 46, 8), 0), (1.589184857334481e+18, 148354107.0, 'Sunday lunch served from 12pm\n\n#thedial #restaurant #sundaylunch https://t.co/Q9c2EWQFQC', datetime.datetime(2022, 11, 6, 9, 16, 10), 0), (1.589286605541593e+18, 1.5730562087848223e+18, 'Polish Steak House\n.\n.\n.\n.\n.\n.\n.\n.\n#food #steak #restaurant #authentic https://t.co/nFpm8F8b83', datetime.datetime(2022, 11, 6, 16, 0, 28), 0), (1.589286628060582e+18, 1.3809527523023995e+18, 'RT @Polishsteakhou1: Polish Steak House\n.\n.\n.\n.\n.\n.\n.\n.\n#food #steak #restaurant #authentic https://t.co/nFpm8F8b83', datetime.datetime(2022, 11, 6, 16, 0, 34), 0), (1.5892986907450778e+18, 1.5737204467715973e+18, 'The public toilet #thetoilettourist #toilet #restaurant #uk #unitedkingdom #england #foryou #fyp #viral https://t.co/J33c3fFNar', datetime.datetime(2022, 11, 6, 16, 48, 30), 2), (1.5893116956750807e+18, 283975114.0, 'Our Sunday Roast is back now! 😍\n\n#sundayroast #moorings #restaurant #sundaymenu https://t.co/7AExhW6Vep', datetime.datetime(2022, 11, 6, 17, 40, 10), 1), (1.589326149125288e+18, 148832773.0, 'Mirror will make it more bigger space!#mirror #splashContracting #renovation #restaurant https://t.co/1fLKN0KgBL', datetime.datetime(2022, 11, 6, 18, 37, 36), 0), (1.5893878921532826e+18, 1.1361280457718743e+18, 'Went to a cute #indian #restaurant , tried some traditional Indian fusion #food 😃#foodie #dinner #lunch #meal #rice https://t.co/9BuecXOknF', datetime.datetime(2022, 11, 6, 22, 42, 57), 4), (1.5894450485502812e+18, 2221708754.0, 'How does a cash advance differ from a loan: https://t.co/uosuPCGOcV #Restaurant #Loan #Loans #diner #Food https://t.co/pqjlJEn2v8', datetime.datetime(2022, 11, 7, 2, 30, 4), 0), (1.589464991492866e+18, 113556679.0, 'Picture perfect. \n\n#Pune #Weekend #Dinner #Hotel #Restaurant https://t.co/vzxLWIeq0x', datetime.datetime(2022, 11, 7, 3, 49, 19), 1), (1.5894980337667973e+18, 1.5797295313842668e+18, 'A recipe has no soul. You, as the cook, must bring soul to the recipe.\n#restaurant #foodie #tasty https://t.co/zV3I2vQn2R', datetime.datetime(2022, 11, 7, 6, 0, 37), 0), (1.589541578909307e+18, 1.3449594484319478e+18, 'Tropical Paris.\nBy me. #streetphotography #restaurant #bar #VillaMarquise #Montparnasse #Paris https://t.co/cVSdkEzdoW', datetime.datetime(2022, 11, 7, 8, 53, 39), 30), (1.5895557662388797e+18, 1.118895893313409e+18, 'Every single time... 🤣 \n\n#Meme #Humour #Restaurant https://t.co/ywaaJ37W6S', datetime.datetime(2022, 11, 7, 9, 50, 1), 0), (1.5895813467455078e+18, 1.179859159715582e+18, 'RT @EveDonatello: Tropical Paris.\nBy me. #streetphotography #restaurant #bar #VillaMarquise #Montparnasse #Paris https://t.co/cVSdkEzdoW', datetime.datetime(2022, 11, 7, 11, 31, 40), 0), (1.589612264998445e+18, 92019068.0, 'Colour and cuisine.\n.\n.\n.\n#cullinan #restaurant #pretoria https://t.co/rR362dOqh3 https://t.co/c2usqEI9ey', datetime.datetime(2022, 11, 7, 13, 34, 32), 0), (1.589640929232978e+18, 1.43186532957193e+18, 'PSD to WordPress.\n\n#restaurant #foodie #food #health #webdesign https://t.co/Dkfb5KuSy0', datetime.datetime(2022, 11, 7, 15, 28, 26), 1), (1.5896491199912387e+18, 1.5730562087848223e+18, 'Polish Steak House\n.\n.\n.\n.\n.\n.\n.\n.\n#food #steak #restaurant #authentic https://t.co/AnxSl1CvjG', datetime.datetime(2022, 11, 7, 16, 0, 59), 0), (1.5896546646682378e+18, 491517130.0, '👀what #Santiagos #restaurant did to my #pocket #bully https://t.co/swhXeApYYx', datetime.datetime(2022, 11, 7, 16, 23, 1), 0), (1.58966230649736e+18, 32417691.0, 'Gm 😳💕Best #jamaican #breakfast 🇯🇲 #restaurant #HealthyFood #actress #love #GoodVibes #nftfood \n#bonappetit https://t.co/wU32dr2IkA', datetime.datetime(2022, 11, 7, 16, 53, 23), 3), (1.5896680104487936e+18, 1.5269553886290534e+18, 'RT @Poonam_Datta: Would you go here ?\n#japan #restaurant https://t.co/sMnxJMtGJ8', datetime.datetime(2022, 11, 7, 17, 16, 2), 0), (1.589671543923409e+18, 7.992191047250043e+17, 'RT @Poonam_Datta: Would you go here ?\n#japan #restaurant https://t.co/sMnxJMtGJ8', datetime.datetime(2022, 11, 7, 17, 30, 5), 0), (1.5896796893540803e+18, 1.1877039821831455e+18, 'RT @EveDonatello: Tropical Paris.\nBy me. #streetphotography #restaurant #bar #VillaMarquise #Montparnasse #Paris https://t.co/cVSdkEzdoW', datetime.datetime(2022, 11, 7, 18, 2, 27), 0), (1.589693158799315e+18, 17731977.0, 'RT @Poonam_Datta: Would you go here ?\n#japan #restaurant https://t.co/sMnxJMtGJ8', datetime.datetime(2022, 11, 7, 18, 55, 58), 0), (1.5897140958589297e+18, 187436757.0, 'RT @Poonam_Datta: Would you go here ?\n#japan #restaurant https://t.co/sMnxJMtGJ8', datetime.datetime(2022, 11, 7, 20, 19, 10), 0), (1.5897363721136701e+18, 52436759.0, 'Old Ithaki #restaurant #Mitropoleos #Athens https://t.co/0eiRl5ZvBg', datetime.datetime(2022, 11, 7, 21, 47, 41), 0), (1.5897365168297452e+18, 52436759.0, 'Old Ithaki #restaurant #Mitropoleos #Athens https://t.co/MgZ2mu5QsX', datetime.datetime(2022, 11, 7, 21, 48, 16), 0), (1.5897365675388764e+18, 52436759.0, 'Old Ithaki #restaurant #Mitropoleos #Athens https://t.co/X4Be4rEKXA', datetime.datetime(2022, 11, 7, 21, 48, 28), 0), (1.589736633284563e+18, 52436759.0, 'fish Old Ithaki #restaurant #Mitropoleos #Athens https://t.co/sQehcYngCD', datetime.datetime(2022, 11, 7, 21, 48, 43), 0), (1.589736703673389e+18, 52436759.0, 'Old Ithaki #restaurant #Mitropoleos #Athens https://t.co/1FL67SG9pE', datetime.datetime(2022, 11, 7, 21, 49), 0), (1.5897367745190502e+18, 52436759.0, 'Old Ithaki #restaurant #Mitropoleos #Athens https://t.co/aQncPMybWG', datetime.datetime(2022, 11, 7, 21, 49, 17), 0), (1.5897368562450596e+18, 52436759.0, 'live music Old Ithaki #restaurant #Mitropoleos #Athens https://t.co/R0vMSA9M8j', datetime.datetime(2022, 11, 7, 21, 49, 37), 0), (1.5897370009153085e+18, 52436759.0, 'live music Old Ithaki #restaurant #Mitropoleos #Athens https://t.co/ME7Ey1C6qG', datetime.datetime(2022, 11, 7, 21, 50, 11), 0), (1.589737145211949e+18, 52436759.0, 'red wine Old Ithaki #restaurant #Mitropoleos #Athens https://t.co/QqLQcy063B', datetime.datetime(2022, 11, 7, 21, 50, 45), 0), (1.5897372675304448e+18, 52436759.0, 'Old Ithaki #restaurant #Mitropoleos #Athens https://t.co/nepnZQTZeE', datetime.datetime(2022, 11, 7, 21, 51, 15), 0), (1.5897373333055283e+18, 52436759.0, 'Old Ithaki #restaurant #Mitropoleos #Athens https://t.co/t3Ea3WxfsE', datetime.datetime(2022, 11, 7, 21, 51, 30), 0), (1.5897373938335375e+18, 52436759.0, 'Old Ithaki #restaurant #Mitropoleos #Athens https://t.co/cqAwmo2qpN', datetime.datetime(2022, 11, 7, 21, 51, 45), 0), (1.589737485361238e+18, 52436759.0, 'Old Ithaki #restaurant #Mitropoleos #Athens https://t.co/nJpAMMsWB9', datetime.datetime(2022, 11, 7, 21, 52, 7), 0), (1.589737571508056e+18, 52436759.0, 'Old Ithaki #restaurant #Mitropoleos #Athens https://t.co/yZPU1Z1Plr', datetime.datetime(2022, 11, 7, 21, 52, 27), 0), (1.5897376941079593e+18, 52436759.0, 'Old Ithaki #restaurant #Mitropoleos #Athens https://t.co/CvVa9YYXdv', datetime.datetime(2022, 11, 7, 21, 52, 56), 0), (1.5897388541892157e+18, 52436759.0, 't-bone steak Old Ithaki #restaurant #Mitropoleos #Athens https://t.co/yuzKr5j0gI', datetime.datetime(2022, 11, 7, 21, 57, 33), 0), (1.589738931989672e+18, 52436759.0, 'Old Ithaki #restaurant #Mitropoleos #Athens https://t.co/TofjNIG7pg', datetime.datetime(2022, 11, 7, 21, 57, 51), 0), (1.589739089221546e+18, 52436759.0, 'red wine Old Ithaki #restaurant #Mitropoleos #Athens https://t.co/sQiLzwFYhV', datetime.datetime(2022, 11, 7, 21, 58, 29), 0), (1.589773812828078e+18, 1.0771850683413053e+18, '📍 7300 Beach blvd32216 | 904-4877962 ✨ #delicia #peruvianfood #jacksonville #food #restaurant https://t.co/wxIKHRcMwa', datetime.datetime(2022, 11, 8, 0, 16, 28), 1), (1.5898055253904876e+18, 1.5897898497117757e+18, "Perry's Steakhouse & Grille\n#Food #foodie #restaurant https://t.co/z2skp21smg", datetime.datetime(2022, 11, 8, 2, 22, 29), 0), (1.589806954653827e+18, 1.3929277378122998e+18, '#restaurant #chefspick 304 Stainless Steel Straws Set with Case https://t.co/0V35nIcc2k https://t.co/0oDssbsKye', datetime.datetime(2022, 11, 8, 2, 28, 9), 0), (1.5898249137117307e+18, 7.386377374025851e+17, 'Finally engaged..\n#engagement \n#thejassgrand\n#hotel \n#restaurant \n#Bareilly \n#smartcitybareilly \n#realchirayu https://t.co/z4PqIubVEi', datetime.datetime(2022, 11, 8, 3, 39, 31), 0), (1.589824927376765e+18, 7.386377374025851e+17, 'Finally engaged..\n#engagement \n#thejassgrand\n#hotel \n#restaurant \n#Bareilly \n#smartcitybareilly \n#realchirayu https://t.co/R5UWIlGv8H', datetime.datetime(2022, 11, 8, 3, 39, 34), 0), (1.589824938449711e+18, 7.386377374025851e+17, 'Finally engaged..\n#engagement \n#thejassgrand\n#hotel \n#restaurant \n#Bareilly \n#smartcitybareilly \n#realchirayu https://t.co/wzeABIwVd1', datetime.datetime(2022, 11, 8, 3, 39, 37), 0), (1.589826056508543e+18, 7.386377374025851e+17, 'Finally engaged..\n#engagement \n#thejassgrand\n#hotel \n#restaurant \n#Bareilly \n#smartcitybareilly \n#realchirayu https://t.co/Cxf6jegZKe', datetime.datetime(2022, 11, 8, 3, 44, 4), 0), (1.5898260745902203e+18, 7.386377374025851e+17, 'Finally engaged..\n#engagement \n#thejassgrand\n#hotel \n#restaurant \n#Bareilly \n#smartcitybareilly \n#realchirayu https://t.co/wSnkvuDOkg', datetime.datetime(2022, 11, 8, 3, 44, 8), 0), (1.589826097495298e+18, 7.386377374025851e+17, 'Finally engaged..\n#engagement \n#thejassgrand\n#hotel \n#restaurant \n#Bareilly \n#smartcitybareilly \n#realchirayu https://t.co/Isk47dIUw2', datetime.datetime(2022, 11, 8, 3, 44, 13), 0), (1.5898264273647084e+18, 7.386377374025851e+17, 'Finally engaged..\n#engagement \n#thejassgrand\n#hotel \n#restaurant \n#Bareilly \n#smartcitybareilly \n#realchirayu https://t.co/zSXcHT43ar', datetime.datetime(2022, 11, 8, 3, 45, 32), 0), (1.5898265079456973e+18, 7.386377374025851e+17, 'Finally engaged..\n#engagement \n#thejassgrand\n#hotel \n#restaurant \n#Bareilly \n#smartcitybareilly \n#realchirayu https://t.co/mInlkhhkDV', datetime.datetime(2022, 11, 8, 3, 45, 51), 0), (1.5898266046453555e+18, 7.386377374025851e+17, 'Finally engaged..\n#engagement \n#thejassgrand\n#hotel \n#restaurant \n#Bareilly \n#smartcitybareilly \n#realchirayu https://t.co/YYCvQKKd75', datetime.datetime(2022, 11, 8, 3, 46, 14), 0), (1.58982669901722e+18, 7.386377374025851e+17, 'Finally engaged..\n#engagement \n#thejassgrand\n#hotel \n#restaurant \n#Bareilly \n#smartcitybareilly \n#realchirayu https://t.co/pW8jbIcbgZ', datetime.datetime(2022, 11, 8, 3, 46, 37), 0), (1.5898268126702797e+18, 7.386377374025851e+17, 'Finally engaged..\n#engagement \n#thejassgrand\n#hotel \n#restaurant \n#Bareilly \n#smartcitybareilly \n#realchirayu https://t.co/Ft28M6oaV2', datetime.datetime(2022, 11, 8, 3, 47, 4), 5), (1.589826922749784e+18, 7.386377374025851e+17, 'Finally engaged..\n#engagement \n#thejassgrand\n#hotel \n#restaurant \n#Bareilly \n#smartcitybareilly \n#realchirayu https://t.co/PVV2yJE5Kl', datetime.datetime(2022, 11, 8, 3, 47, 30), 0), (1.5898341493636014e+18, 342567363.0, 'RT @Poonam_Datta: Would you go here ?\n#japan #restaurant https://t.co/sMnxJMtGJ8', datetime.datetime(2022, 11, 8, 4, 16, 13), 0), (1.589849587220902e+18, 1.4117022881760092e+18, 'RT @Poonam_Datta: Would you go here ?\n#japan #restaurant https://t.co/sMnxJMtGJ8', datetime.datetime(2022, 11, 8, 5, 17, 34), 0), (1.5898804683838833e+18, 1.0522506633365176e+18, 'I like this food vision chart, lol #restaurant #FoodieBeauty #food #foodblogger #FoodFriday https://t.co/2RC68bmems', datetime.datetime(2022, 11, 8, 7, 20, 16), 2), (1.589911233637253e+18, 2895283154.0, 'RT @Poonam_Datta: Would you go here ?\n#japan #restaurant https://t.co/sMnxJMtGJ8', datetime.datetime(2022, 11, 8, 9, 22, 31), 0), (1.589912989070635e+18, 1.5854737253062164e+18, 'spherical sun room\nInternet celebrity check-in place\n#Outdoor #party #sunroom #restaurant #happy #friends https://t.co/d5NrmAOAsO', datetime.datetime(2022, 11, 8, 9, 29, 30), 0), (1.5899270349939139e+18, 1.4835020591482593e+18, 'RT @Stephane_______: Solidaire #commerces #restaurant #events31 #toulouse https://t.co/d7tnqcyuPQ', datetime.datetime(2022, 11, 8, 10, 25, 19), 0), (1.5899789849302467e+18, 1.5804733440209388e+18, 'RT @GourmetCarte: I like this food vision chart, lol #restaurant #FoodieBeauty #food #foodblogger #FoodFriday https://t.co/2RC68bmems', datetime.datetime(2022, 11, 8, 13, 51, 45), 0), (1.5899801011897303e+18, 35714721.0, 'RT @Poonam_Datta: Would you go here ?\n#japan #restaurant https://t.co/sMnxJMtGJ8', datetime.datetime(2022, 11, 8, 13, 56, 11), 0), (1.5899955944747459e+18, 1876452428.0, 'Had a nice meal at restaurant Het Gerecht - https://t.co/UlhQof3NJI #restaurant #Food https://t.co/iQFdjFKTOz', datetime.datetime(2022, 11, 8, 14, 57, 45), 4), (1.5899960312314798e+18, 1876452428.0, 'Had a nice meal at restaurant Het Gerecht - https://t.co/UlhQoeLEvA #restaurant #Food https://t.co/p7ATCiGdSN', datetime.datetime(2022, 11, 8, 14, 59, 29), 1), (1.5900081012517396e+18, 30872750.0, "What's for lunch today? :) #tuesday #zombie #zombies #deli #restaurant #lunch #lunchtime #zombieart #zombieartist https://t.co/6OD7S90fdu", datetime.datetime(2022, 11, 8, 15, 47, 26), 6), (1.590009938881155e+18, 9.95573985948717e+17, 'New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 15, 54, 45), 99), (1.5900107769953772e+18, 1.1379906458581443e+18, 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 15, 58, 4), 0), (1.5900114541779354e+18, 1.5730562087848223e+18, 'Polish Steak House\n.\n.\n.\n.\n.\n.\n.\n.\n#food #steak #restaurant #authentic https://t.co/gPxY2VSXVV', datetime.datetime(2022, 11, 8, 16, 0, 46), 0), (1.590011476860842e+18, 1.3809527523023995e+18, 'RT @Polishsteakhou1: Polish Steak House\n.\n.\n.\n.\n.\n.\n.\n.\n#food #steak #restaurant #authentic https://t.co/gPxY2VSXVV', datetime.datetime(2022, 11, 8, 16, 0, 51), 0), (1.5900131104334848e+18, 637111537.0, 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 7, 21), 0), (1.5900131570405868e+18, 1.1338188119987692e+18, 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 7, 32), 0), (1.590013162770006e+18, 7.992049787788657e+17, 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 7, 33), 0), (1.5900133070453678e+18, 7.978158309732147e+17, 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 8, 8), 0), (1.5900133607995556e+18, 1.1451375983792824e+18, 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 8, 20), 0), (1.5900134209713725e+18, 1.3044930966469632e+18, 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 8, 35), 0), (1.5900136876368323e+18, 1.2132863327614362e+18, 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 9, 38), 0), (1.5900137050474045e+18, 1.373738913655894e+18, 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 9, 42), 0), (1.5900144949522883e+18, 1.4540345523729285e+18, 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 12, 51), 0), (1.5900145437274972e+18, 1.3494806939030856e+18, 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 13, 2), 0), (1.5900148697004564e+18, 1.5508021795182428e+18, 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 14, 20), 0), (1.5900148824011244e+18, 1.5831491040870482e+18, 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 14, 23), 0), (1.5900150474931282e+18, 1.3779859426701517e+18, 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 15, 3), 0), (1.5900151119843164e+18, 27957934.0, 'This is the next big #restaurant trend | @NRNonline https://t.co/TVjJgLA1cb https://t.co/udS3sJ2JC3', datetime.datetime(2022, 11, 8, 16, 15, 18), 0), (1.5900151714680095e+18, 1.0412808466305516e+18, 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 15, 32), 0), (1.5900152408505426e+18, 1.587080316572795e+18, 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 15, 49), 0), (1.590015573563691e+18, 1.0224018604797256e+18, 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 17, 8), 0), (1.5900164285180436e+18, 1.1515566599757947e+18, 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 20, 32), 0), (1.590016521426043e+18, 7.551488497238671e+17, 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 20, 54), 0), (1.5900169528895488e+18, 1.2809851880094802e+18, 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 22, 37), 0), (1.5900212733918085e+18, 8.807566402193654e+17, 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 39, 47), 0), (1.5900215260150538e+18, 1.0348025616001556e+18, 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 40, 47), 0), (1.5900222237794877e+18, 759136189.0, 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 43, 33), 0), (1.5900230733986775e+18, 9.441552431132713e+17, 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 46, 56), 0), (1.5900239252995645e+18, 1.3893967023275786e+18, 'Is this a camera??? Saw this thing in Mexican restaurant in Canada 🇨🇦 suddenly start recording #canada #restaurant https://t.co/oyhVBp7e4z', datetime.datetime(2022, 11, 8, 16, 50, 19), 1), (1.5900249289084232e+18, 7.177997334865961e+17, 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 16, 54, 18), 0), (1.5900494044128911e+18, 1.5505047441326817e+18, 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 18, 31, 34), 0), (1.5900494493422715e+18, 9.95573985948717e+17, 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 18, 31, 45), 0), (1.5900647932261827e+18, 9.367267927606845e+17, 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 19, 32, 43), 0), (1.590069985560232e+18, 1.5698465641051054e+18, 'Sweet as pumpkin 🎃 \n.\n.\n.\n.\n.\n.\n#explore #explorer #explorepage #trending #model #fashion #blogger #food #restaurant https://t.co/JWowUmjQuB', datetime.datetime(2022, 11, 8, 19, 53, 21), 12), (1.5900934273492378e+18, 30285028.0, 'RT @Vialdy18: Great restaurant , what’s your favorite drink/food from there ? #baltimore #restaurant #deliciousfood https://t.co/O4L75oWAFw', datetime.datetime(2022, 11, 8, 21, 26, 30), 0), (1.5901055423697674e+18, 814929673.0, 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 22, 14, 38), 0), (1.590121531056984e+18, 9.157796828843581e+17, 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 8, 23, 18, 10), 0), (1.5901700391306854e+18, 3393915262.0, 'Le spice Ely #restaurant #takeout #spicyfoods #ely #open7daysaweek #wedeliver https://t.co/grmIUOY84F', datetime.datetime(2022, 11, 9, 2, 30, 55), 2), (1.5902142204228403e+18, 1.5505047441326817e+18, 'New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/ONAKzIgsPp', datetime.datetime(2022, 11, 9, 5, 26, 29), 13), (1.5902157137754604e+18, 4818167183.0, 'The Butchershop & Grill revamp begins #Restaurant Manager POS #POS360 https://t.co/H7dIyyDWPv', datetime.datetime(2022, 11, 9, 5, 32, 25), 0), (1.5902164808301404e+18, 9.95573985948717e+17, 'RT @GyanduPlace: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/ONAKzIgsPp', datetime.datetime(2022, 11, 9, 5, 35, 28), 0), (1.5902180017267343e+18, 153373844.0, 'RT @GyanduPlace: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/ONAKzIgsPp', datetime.datetime(2022, 11, 9, 5, 41, 31), 0), (1.5902189008471e+18, 601242092.0, 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 9, 5, 45, 5), 0), (1.5902224505494897e+18, 7.978158309732147e+17, 'RT @GyanduPlace: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/ONAKzIgsPp', datetime.datetime(2022, 11, 9, 5, 59, 11), 0), (1.5902687122375557e+18, 2162943270.0, 'Check out this #job: #Restaurant #Manager at #OutbackSteakhouse in #Jacksonville https://t.co/w7QT5XWsR9 https://t.co/NVRChFqd6W', datetime.datetime(2022, 11, 9, 9, 3, 1), 0), (1.590289738556412e+18, 759136189.0, 'RT @GyanduPlace: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/ONAKzIgsPp', datetime.datetime(2022, 11, 9, 10, 26, 34), 0), (1.5902911825042678e+18, 599625829.0, 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 9, 10, 32, 18), 0), (1.5902960934763889e+18, 1.4300808731943444e+18, 'Quote of the day\n\n#Dreamfestiva #Restaurant #Banquet #Room #Gardenpartyplot #Surat #Quote https://t.co/6KPE2TX3Fs', datetime.datetime(2022, 11, 9, 10, 51, 49), 0), (1.590298502189699e+18, 1.2369999785867837e+18, 'Quote of the day\n\n#Exuberance #Restaurant #Banquet #Ahmedabad #quoteoftheday https://t.co/OgXVERVyUM', datetime.datetime(2022, 11, 9, 11, 1, 23), 0), (1.5902986687371223e+18, 2905326533.0, '🍽️#Restaurant loyalty spend hits record high https://t.co/fiBwGw3Xqi via @QSRweb https://t.co/Wvd8UOvIjI', datetime.datetime(2022, 11, 9, 11, 2, 3), 3), (1.5902989564200714e+18, 1.584870560831787e+18, 'RT @DreamFestiva: Quote of the day\n\n#Dreamfestiva #Restaurant #Banquet #Room #Gardenpartyplot #Surat #Quote https://t.co/6KPE2TX3Fs', datetime.datetime(2022, 11, 9, 11, 3, 12), 0), (1.5903036620937871e+18, 1.1776651781057946e+18, 'RT @GyanduPlace: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/ONAKzIgsPp', datetime.datetime(2022, 11, 9, 11, 21, 54), 0), (1.5903151570117304e+18, 1.297055456922415e+18, 'Quote of the day\n\n#Hotel #Welcome #Rooms #Restaurant #Banquet #Kadi #quotes #quoteoftheday https://t.co/34PYwMNRD2', datetime.datetime(2022, 11, 9, 12, 7, 34), 0), (1.5903198333293322e+18, 7.788351355632681e+17, 'RT @FagorPro_Eng: 🍽️#Restaurant loyalty spend hits record high https://t.co/fiBwGw3Xqi via @QSRweb https://t.co/Wvd8UOvIjI', datetime.datetime(2022, 11, 9, 12, 26, 9), 0), (1.5903275183554191e+18, 137980740.0, 'Lunch with a view. Winter dining at South Sands, Salcombe #Salcombe #restaurant #dining #lunch #Lunchtime https://t.co/BKgp2BCl66', datetime.datetime(2022, 11, 9, 12, 56, 41), 7), (1.5903306540380324e+18, 8.778887816045855e+17, 'RT @keithpp: coffee liqueur Andama #restaurant #Protaras https://t.co/wA4SsnIoJ8', datetime.datetime(2022, 11, 9, 13, 9, 9), 0), (1.5903591484281446e+18, 7.177997334865961e+17, 'RT @GyanduPlace: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/ONAKzIgsPp', datetime.datetime(2022, 11, 9, 15, 2, 23), 0), (1.5903596104974336e+18, 1.0050457769958359e+18, 'RT @GyanduPlace: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/ONAKzIgsPp', datetime.datetime(2022, 11, 9, 15, 4, 13), 0), (1.590360062673195e+18, 9.725481104373105e+17, 'RT @GyanduPlace: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/ONAKzIgsPp', datetime.datetime(2022, 11, 9, 15, 6, 1), 0), (1.5903601981156434e+18, 1.1379906458581443e+18, 'RT @GyanduPlace: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/ONAKzIgsPp', datetime.datetime(2022, 11, 9, 15, 6, 33), 0), (1.5903623927011574e+18, 27957934.0, 'Is Your #Restaurant #Loyalty Program Ready for the Holidays? | @QSRmagazine https://t.co/ZOFViA6KDQ https://t.co/Cjx031skHv', datetime.datetime(2022, 11, 9, 15, 15, 16), 0), (1.5903683169289052e+18, 317825411.0, 'RT @GyanduPlace: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/ONAKzIgsPp', datetime.datetime(2022, 11, 9, 15, 38, 49), 0), (1.5903688757906145e+18, 182866974.0, 'We are always up for salsa and chips, what about you?\n#elpaso #mexican #restaurant #food #salsa #chips https://t.co/jfX1HzY0Tu', datetime.datetime(2022, 11, 9, 15, 41, 2), 0), (1.5903696014222336e+18, 7.71015378415661e+17, 'Craving Salads? We have delicious and healthy ones for you 😋 \n#tequilas #mexican #food #restaurant #salads https://t.co/iyKl9B0OL6', datetime.datetime(2022, 11, 9, 15, 43, 55), 0), (1.59037388179311e+18, 1.5730562087848223e+18, 'Polish Steak House\n.\n.\n.\n.\n.\n.\n.\n.\n#food #steak #restaurant #authentic https://t.co/N6XTfcku74', datetime.datetime(2022, 11, 9, 16, 0, 55), 0), (1.5903783582481777e+18, 4644710715.0, 'RT @GyanduPlace: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/ONAKzIgsPp', datetime.datetime(2022, 11, 9, 16, 18, 43), 0), (1.5903804295129334e+18, 556869362.0, 'FOR SALE Seafront #Restaurant located at #Ilfracombe with 2 apartments over see here https://t.co/UQQvwy79s9 https://t.co/ARf1Ll8Mk7', datetime.datetime(2022, 11, 9, 16, 26, 56), 0), (1.5903962628973076e+18, 9.387940932825129e+17, 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 9, 17, 29, 51), 0), (1.5904040771918602e+18, 1.5773613864888566e+18, 'Yummy mexican food🤤🤤🤤🇲🇽 \n\n👉https://t.co/BMsVEyrTr6\n🛵https://t.co/FRFIvm9R3M \n\n#Restaurant #Mexicanfood #Yummy https://t.co/rWomOJ10fd', datetime.datetime(2022, 11, 9, 18, 0, 54), 1), (1.590407692287447e+18, 27957934.0, '3 Tips for Managing a Healthy #Restaurant #Workforce | @ModRestManage https://t.co/GI2bx6kNwc https://t.co/S877rnzK3j', datetime.datetime(2022, 11, 9, 18, 15, 16), 0), (1.5904190928756408e+18, 1.546191741597909e+18, 'So good #Food #restaurant https://t.co/1uZeMd9JoK', datetime.datetime(2022, 11, 9, 19, 0, 34), 1), (1.5905155013648384e+18, 24132717.0, 'Portable Collapsible Kitchen Cart https://t.co/mZNLyJ9T7m #cart #kitchen #trolley #home #hotel #restaurant https://t.co/CIfSF8Pdff', datetime.datetime(2022, 11, 10, 1, 23, 40), 1), (1.590618862298415e+18, 398991127.0, 'Stand back, remind yourself\n\n#thejourney #chef #ember #restaurant https://t.co/Vwk2Ngc3uN', datetime.datetime(2022, 11, 10, 8, 14, 23), 6), (1.5906192486948086e+18, 1.0807591228558991e+18, 'Homemade dinner, steak with red wine😋\n#Dinner #Steak #wine #food #homemade #restaurant \n\nhttps://t.co/N0VO5YZUlS https://t.co/Y3pA9XRmnn', datetime.datetime(2022, 11, 10, 8, 15, 55), 1), (1.5906454926601298e+18, 1.1996093522372772e+18, 'Been thinking about the meal for at least a couple days... 🤣 \n\n#Restaurant #Falkirk #Meme https://t.co/BrWnkLDxMT', datetime.datetime(2022, 11, 10, 10, 0, 12), 0), (1.5906721329668751e+18, 8.23084839041663e+17, 'A Throwback To February\n\nhttps://t.co/ldjLnY6oki\n\n#february #ovewhelm #fear #happy #restaurant https://t.co/Zd1CfidruS', datetime.datetime(2022, 11, 10, 11, 46, 4), 0), (1.5906829715388006e+18, 8.754953621439447e+17, 'Stoked about the #restaurant pop-up we’re doing this weekend with the BEC team from #Copenhagen 👇🏻 https://t.co/C03GS9OeaH', datetime.datetime(2022, 11, 10, 12, 29, 8), 1), (1.590686189459497e+18, 1.201430557915304e+18, 'RT @Selasiiiiiii: New location unlocked \n#meetingrooms #conferencecenter #restaurant #bar https://t.co/F3vYTS7OiF', datetime.datetime(2022, 11, 10, 12, 41, 55), 0), (1.5906955770248847e+18, 3330348586.0, 'Restaurant Review: Clos Maggiore, Covent Garden in London - https://t.co/SPIjoK8n64 #restaurant #London https://t.co/CjKOu2w3OY', datetime.datetime(2022, 11, 10, 13, 19, 13), 2), (1.5906963783885988e+18, 1.4019466093998367e+18, '#QHR #restaurant @QueensKirkby #lincsconnect open Wednesday to Saturday lunch and dinner #LINCOLNSHIRE #food https://t.co/LK4IX9aA4M', datetime.datetime(2022, 11, 10, 13, 22, 24), 7), (1.5907096967969874e+18, 38833974.0, 'October #Food Prices, at home (#grocery), away from home (#restaurant). https://t.co/NYuzG3B5MO', datetime.datetime(2022, 11, 10, 14, 15, 20), 1), (1.5907173149071483e+18, 2563542572.0, "HAPPY BIRTHDAY, GUY!\n\nWe don't reckon you look a day over 25 ;)\n\n#Aldeburgh #TheLighthouse #Restaurant https://t.co/dU01RxEpYn", datetime.datetime(2022, 11, 10, 14, 45, 36), 15), (1.5907243578062275e+18, 1.4980804511556977e+18, 'Traverse City, MI 2022\n\n#kodakgold200 #restaurant #film #mediumformat #diner https://t.co/kvqu15cDWA', datetime.datetime(2022, 11, 10, 15, 13, 35), 38), (1.5907255878446203e+18, 1.5819471146486333e+18, 'OPENING SOON 💥\n\n#balcona #Bahrain #restaurant #Food #soon #lunch #dinner https://t.co/Hxf7uWUl6l', datetime.datetime(2022, 11, 10, 15, 18, 29), 0), (1.5907398805309112e+18, 27957934.0, 'What’s In Store For The #Restaurant Industry In The Age Of The #Metaverse? | @Forbes https://t.co/ZePaKZih0t https://t.co/KH14IXsHCH', datetime.datetime(2022, 11, 10, 16, 15, 16), 0), (1.590740910626984e+18, 1.3134823562384957e+18, 'RT @FarmPolicy: October #Food Prices, at home (#grocery), away from home (#restaurant). https://t.co/NYuzG3B5MO', datetime.datetime(2022, 11, 10, 16, 19, 22), 0), (1.5907462665724232e+18, 14275259.0, 'RT @xjamesramos: Traverse City, MI 2022\n\n#kodakgold200 #restaurant #film #mediumformat #diner https://t.co/kvqu15cDWA', datetime.datetime(2022, 11, 10, 16, 40, 39), 0), (1.5907528569191178e+18, 95480066.0, 'Rustic Elegance - The Bungalow- Long Beach, CA \n#restaurant #flooring #ThankfulThursday https://t.co/hsWap1gwDB', datetime.datetime(2022, 11, 10, 17, 6, 50), 5), (1.5907549954605097e+18, 27957934.0, '#Data-Sharing Reduces #Restaurant Payment Friction | @pymnts https://t.co/q6aILNJqn8 https://t.co/6qjdJhb9C1', datetime.datetime(2022, 11, 10, 17, 15, 20), 0), (1.5907622830800896e+18, 272487468.0, 'RT @xjamesramos: Traverse City, MI 2022\n\n#kodakgold200 #restaurant #film #mediumformat #diner https://t.co/kvqu15cDWA', datetime.datetime(2022, 11, 10, 17, 44, 17), 0), (1.590764543340417e+18, 51983196.0, 'Random clicks in random places. #shotoniphone #restaurant #interior #sunny https://t.co/cKh5qSGXIj https://t.co/2DSdoxdgPv', datetime.datetime(2022, 11, 10, 17, 53, 16), 0), (1.5907700702964326e+18, 27957934.0, 'Top 10 #Restaurant #Stocks Under $10 | @YahooFinance https://t.co/v5wEqIWtlQ https://t.co/bRkDycJal0', datetime.datetime(2022, 11, 10, 18, 15, 14), 2), (1.5907749277452534e+18, 1.525754568373678e+18, 'RT @Vanilla_abuja: Designed for Fine Dinning.\n.\n#abuja #vanillaabuja #restaurant https://t.co/tvZzjpgthd', datetime.datetime(2022, 11, 10, 18, 34, 32), 0), (1.5908090055928054e+18, 160626005.0, 'RT @xjamesramos: Traverse City, MI 2022\n\n#kodakgold200 #restaurant #film #mediumformat #diner https://t.co/kvqu15cDWA', datetime.datetime(2022, 11, 10, 20, 49, 57), 0), (1.590860647130071e+18, 3227315188.0, 'The times of\nRT: Burgers at #restaurant \n#Halifax #NovaScotia #SoGood #Burger #Lettuce https://t.co/yDfbxdOm5g', datetime.datetime(2022, 11, 11, 0, 15, 9), 4), (1.5909109778428396e+18, 1.1607938742536684e+18, 'Sports , beer & chicken wings. \n#sports #NBA #MAVS #BEER #wings #chickenwings #Restaurant #ojoslocos #tv #bar #grill https://t.co/Wm6yqmP3MF', datetime.datetime(2022, 11, 11, 3, 35, 9), 0), (1.5909734108633784e+18, 1.589115931325698e+18, 'Visited Phi Anvi located in West Covina, California! #vietnamese #restaurant #pho #vermicelli #springroll https://t.co/r57Um0m2J3', datetime.datetime(2022, 11, 11, 7, 43, 14), 0), (1.5909806391171523e+18, 148354107.0, 'A colourful pate of food on a grey Autumn day!\n\n#thedial #burtonontrent #food #restaurant https://t.co/HFEgCjgmHV', datetime.datetime(2022, 11, 11, 8, 11, 58), 0), (1.5909813767358382e+18, 1.5501128568381235e+18, 'A colourful pate of food on a grey Autumn day!\n\n#thedial #burtonontrent #food #restaurant https://t.co/ZCNuFtOhFq', datetime.datetime(2022, 11, 11, 8, 14, 53), 2), (1.590984939163775e+18, 1.40360620912776e+18, 'happy friday , have you ever tried our drinks served by GrandCafe?\n\n#grandcafe #cafe #restaurant #friday https://t.co/Pqxx5YgUoK', datetime.datetime(2022, 11, 11, 8, 29, 3), 3), (1.590994929123496e+18, 1.484323170698285e+18, 'What is this fast food restaurant?\n(wrong answers only)\n#RTC #FastFood #Restaurant https://t.co/cYtKBk6x42', datetime.datetime(2022, 11, 11, 9, 8, 45), 30), (1.5910425377076797e+18, 1.4707568026315407e+18, 'Top 10 #Somali #restaurant in #London https://t.co/X0VicIIWOg', datetime.datetime(2022, 11, 11, 12, 17, 55), 0), (1.5910539160952832e+18, 1.1877709955595387e+18, "Some burgers are so delicious you can't just drive on by! #TheAmherstCornerRestaurant #restaurant https://t.co/e83qzBDLBw", datetime.datetime(2022, 11, 11, 13, 3, 8), 0), (1.5910694130335416e+18, 1.3449594484319478e+18, "RT @EveDonatello: It's break time.\nPhoto taken by me recently.\n#blackandwhitephotography #cafe #restaurant #Paris https://t.co/NSCQ2ll84b", datetime.datetime(2022, 11, 11, 14, 4, 43), 0), (1.5910720751872246e+18, 1.395730628046467e+18, "RT @EveDonatello: It's break time.\nPhoto taken by me recently.\n#blackandwhitephotography #cafe #restaurant #Paris https://t.co/NSCQ2ll84b", datetime.datetime(2022, 11, 11, 14, 15, 18), 0), (1.5910720964567409e+18, 27957934.0, '#Restaurant #tech investments shift to the back-of-house | @RB_magazine https://t.co/NK9b0leBMR https://t.co/5mVQDq6xmA', datetime.datetime(2022, 11, 11, 14, 15, 23), 0), (1.5910793796141957e+18, 8.719772254652334e+17, 'Paradise on your plate.\n.\n#laragrill #restaurant #künefe #turkishcuisine #turkishdessert https://t.co/u6tqK42Mlc', datetime.datetime(2022, 11, 11, 14, 44, 19), 2), (1.591117638985732e+18, 39625114.0, "RT @EveDonatello: It's break time.\nPhoto taken by me recently.\n#blackandwhitephotography #cafe #restaurant #Paris https://t.co/NSCQ2ll84b", datetime.datetime(2022, 11, 11, 17, 16, 21), 0), (1.5911418261903442e+18, 206560051.0, 'Thank you Veterans 🇺🇸 - https://t.co/SicmjDPn8L #veteransday #sandiego #restaurant @calicomfort https://t.co/kVrTg1H8RX', datetime.datetime(2022, 11, 11, 18, 52, 28), 21), (1.5911474428543304e+18, 18970117.0, '🍴 Farm-to-table #restaurant opens in former #Latham Kmart building\nhttps://t.co/BRbBoUIler https://t.co/NAN9Yw14jD', datetime.datetime(2022, 11, 11, 19, 14, 47), 0), (1.5911475545063055e+18, 23659017.0, '🍴 Farm-to-table #restaurant opens in former #Latham Kmart building\nhttps://t.co/PjMXCWU4Kl https://t.co/duVGIwdCzU', datetime.datetime(2022, 11, 11, 19, 15, 13), 4), (1.5911478183997276e+18, 1396400472.0, 'RT @xjamesramos: Traverse City, MI 2022\n\n#kodakgold200 #restaurant #film #mediumformat #diner https://t.co/kvqu15cDWA', datetime.datetime(2022, 11, 11, 19, 16, 16), 0), (1.5911554870973809e+18, 18090409.0, 'RT @shawnpwalchef: Thank you Veterans 🇺🇸 - https://t.co/SicmjDPn8L #veteransday #sandiego #restaurant @calicomfort https://t.co/kVrTg1H8RX', datetime.datetime(2022, 11, 11, 19, 46, 45), 0), (1.5911678894571725e+18, 1.3862110557606748e+18, 'A #modern #restaurant with the disable collisions #gamepass!\n\nhttps://t.co/uYHe8Mp9Gs\n\n#themeparktycoon2\n#ROBLOX https://t.co/ROc28Uc75a', datetime.datetime(2022, 11, 11, 20, 36, 1), 0), (1.59117134313515e+18, 1.5911670761646817e+18, 'I have become more aware than ever of what matters most… #london #hugoboss #hotel #restaurant #view https://t.co/RdI3KOoCdT', datetime.datetime(2022, 11, 11, 20, 49, 45), 0), (1.591178653626667e+18, 152386261.0, 'RT @shawnpwalchef: Thank you Veterans 🇺🇸 - https://t.co/SicmjDPn8L #veteransday #sandiego #restaurant @calicomfort https://t.co/kVrTg1H8RX', datetime.datetime(2022, 11, 11, 21, 18, 48), 0), (1.591184328926847e+18, 1.0015265774762189e+18, 'RT @shawnpwalchef: Thank you Veterans 🇺🇸 - https://t.co/SicmjDPn8L #veteransday #sandiego #restaurant @calicomfort https://t.co/kVrTg1H8RX', datetime.datetime(2022, 11, 11, 21, 41, 21), 0), (1.591195483690918e+18, 52436759.0, 'vegetable soup Lagoudera #restaurant #Perama #Athens https://t.co/qtaq7EL2YH', datetime.datetime(2022, 11, 11, 22, 25, 40), 0), (1.5912044671183299e+18, 3309191992.0, 'Congratulations to @chaigreen1823\n\nWinners #Restaurant of the year #BrumAwards22\n\nSponsored by @BootcampMediaUK https://t.co/kz9k9ZT9RQ', datetime.datetime(2022, 11, 11, 23, 1, 22), 5), (1.5912229871387648e+18, 3309191992.0, 'Congratulations to @chaigreen1823\n\nWinners #Restaurant of the year #BrumAwards22 https://t.co/V9JRlmIxci', datetime.datetime(2022, 11, 12, 0, 14, 58), 3), (1.5912294926680187e+18, 1.5208072224979272e+18, 'RT @shawnpwalchef: Thank you Veterans 🇺🇸 - https://t.co/SicmjDPn8L #veteransday #sandiego #restaurant @calicomfort https://t.co/kVrTg1H8RX', datetime.datetime(2022, 11, 12, 0, 40, 49), 0), (1.5912319394696233e+18, 94142225.0, 'Anyone want to back my #restaurant #Concept called 7Eleven Madison Park. Your $20 Slushies await https://t.co/3hV8XR3Ma4', datetime.datetime(2022, 11, 12, 0, 50, 32), 1), (1.591250959350788e+18, 8.569752406305014e+17, 'RT @shawnpwalchef: Thank you Veterans 🇺🇸 - https://t.co/SicmjDPn8L #veteransday #sandiego #restaurant @calicomfort https://t.co/kVrTg1H8RX', datetime.datetime(2022, 11, 12, 2, 6, 7), 0), (1.5913948745737052e+18, 2564917357.0, 'Looking for a job in #amsterdam #restaurant? #cook and #waiter welcome! https://t.co/6iw31RhXUU', datetime.datetime(2022, 11, 12, 11, 37, 59), 0), (1.59141065706428e+18, 3393915262.0, 'Le spice Ely #restaurant #takeout #spicyfood #open7days #ely #wedeliver https://t.co/wnR6ED3IYx', datetime.datetime(2022, 11, 12, 12, 40, 42), 0), (1.5914318571696292e+18, 322673778.0, 'Having fish for dinner at sunset beside the sea #sea #fish #dinner #restaurant #sunset #mellieha #malta https://t.co/X75jTV2gcW', datetime.datetime(2022, 11, 12, 14, 4, 56), 2), (1.5914375526906266e+18, 148354107.0, 'Huge congratulations to Tonin who has been promoted to junior sous chef 🎉\n\n#thedial #restaurant #chef https://t.co/7WmlGyNceY', datetime.datetime(2022, 11, 12, 14, 27, 34), 1), (1.5914791835022991e+18, 1.202241707267543e+18, 'Have you had your picture taken with our #mascot yet? 🐮\n\n#restaurant #Indian #food #curry #takeaway #Newport https://t.co/CgirNcJXUb', datetime.datetime(2022, 11, 12, 17, 13), 1), (1.5914911084581683e+18, 1.5773613864888566e+18, 'Authentic Mexican Cousine💚🤍❤️\n\n📞(281) 876-3663\nhttps://t.co/BMsVEyrlBy\n\n#houston #restaurant #mexico #comidamexicana https://t.co/0pfpSCBwSr', datetime.datetime(2022, 11, 12, 18, 0, 23), 0), (1.5915060728374354e+18, 143177285.0, 'Anyone one know what this is?\n\n#cre #retail #restaurant https://t.co/RIw3NygxZC', datetime.datetime(2022, 11, 12, 18, 59, 51), 0), (1.5915135001443574e+18, 842283866.0, 'Male shall pay in silence 👌\n\n#engrish #meme #memes #food #restaurant https://t.co/OXvFZazGv0', datetime.datetime(2022, 11, 12, 19, 29, 21), 1), (1.591513731934335e+18, 166053903.0, '@elonmusk have a look at this!!! #indian 🤣🤣🤣 #swiggy #fooddelivery #theelonmuskfoods #restaurant https://t.co/ygDqxoLwk0', datetime.datetime(2022, 11, 12, 19, 30, 17), 1), (1.5915182228343562e+18, 1.4265258788848476e+18, 'RT @nvijaysairam: @elonmusk have a look at this!!! #indian 🤣🤣🤣 #swiggy #fooddelivery #theelonmuskfoods #restaurant https://t.co/ygDqxoLwk0', datetime.datetime(2022, 11, 12, 19, 48, 7), 0), (1.5915614838966477e+18, 1.5524463857478124e+18, 'Make sure you’re using the best app off the field to support local restaurants! #food #restaurant #local https://t.co/IjVzJadkZS', datetime.datetime(2022, 11, 12, 22, 40, 2), 1), (1.5915979358419067e+18, 1.5713984101793137e+18, 'Weekend 🥂😍 #BinhDuong #Food #Drink #29Eatery #pizza #pasta #tapas #steak #Restaurant #Expats https://t.co/g0aESGcyrA', datetime.datetime(2022, 11, 13, 1, 4, 53), 0), (1.5916213731552215e+18, 1.5861464887862477e+18, 'Biggest Fast Food Chain! #FastFood #Biggest #FastFoodChain #Restaurant #Viral #Trending https://t.co/ojvIP5IAJg', datetime.datetime(2022, 11, 13, 2, 38), 1))
TWEETS TABLE OUTPUT:
#Deleting data from tweet_tags table
cursor.execute("DELETE FROM rrr.Tweet_Tags")
conn.commit()
#Inserting data into Tweet_tags table
for index,row in new_tags.iterrows():
cursor.execute("INSERT INTO Tweet_Tags values (%s,%s,%s,%s)", (int(row['tag_id']),row['user_id'],row['tags'],row['tweet_id']))
conn.commit()
cursor.execute("SELECT * from Tweet_Tags")
records=cursor.fetchall()
print(records)
conn.commit()
((1.0, 1.5861464887862477e+18, 'FastFood', 1.5916213731552215e+18), (2.0, 1.5861464887862477e+18, 'Biggest', 1.5916213731552215e+18), (3.0, 1.5861464887862477e+18, 'FastFoodChain', 1.5916213731552215e+18), (4.0, 1.5861464887862477e+18, 'Restaurant', 1.5916213731552215e+18), (5.0, 1.5861464887862477e+18, 'Viral', 1.5916213731552215e+18), (6.0, 1.5861464887862477e+18, 'Trending', 1.5916213731552215e+18), (7.0, 1.5713984101793137e+18, 'BinhDuong', 1.5915979358419067e+18), (8.0, 1.5713984101793137e+18, 'Food', 1.5915979358419067e+18), (9.0, 1.5713984101793137e+18, 'Drink', 1.5915979358419067e+18), (10.0, 1.5713984101793137e+18, '29Eatery', 1.5915979358419067e+18), (11.0, 1.5713984101793137e+18, 'pizza', 1.5915979358419067e+18), (12.0, 1.5713984101793137e+18, 'pasta', 1.5915979358419067e+18), (13.0, 1.5713984101793137e+18, 'tapas', 1.5915979358419067e+18), (14.0, 1.5713984101793137e+18, 'steak', 1.5915979358419067e+18), (15.0, 1.5713984101793137e+18, 'Restaurant', 1.5915979358419067e+18), (16.0, 1.5713984101793137e+18, 'Expats', 1.5915979358419067e+18), (17.0, 1.5524463857478124e+18, 'food', 1.5915614838966477e+18), (18.0, 1.5524463857478124e+18, 'restaurant', 1.5915614838966477e+18), (19.0, 1.5524463857478124e+18, 'local', 1.5915614838966477e+18), (20.0, 1.4265258788848476e+18, 'indian', 1.5915182228343562e+18), (21.0, 1.4265258788848476e+18, 'swiggy', 1.5915182228343562e+18), (22.0, 1.4265258788848476e+18, 'fooddelivery', 1.5915182228343562e+18), (23.0, 1.4265258788848476e+18, 'theelonmuskfoods', 1.5915182228343562e+18), (24.0, 1.4265258788848476e+18, 'restaurant', 1.5915182228343562e+18), (25.0, 166053903.0, 'indian', 1.591513731934335e+18), (26.0, 166053903.0, 'swiggy', 1.591513731934335e+18), (27.0, 166053903.0, 'fooddelivery', 1.591513731934335e+18), (28.0, 166053903.0, 'theelonmuskfoods', 1.591513731934335e+18), (29.0, 166053903.0, 'restaurant', 1.591513731934335e+18), (30.0, 842283866.0, 'engrish', 1.5915135001443574e+18), (31.0, 842283866.0, 'meme', 1.5915135001443574e+18), (32.0, 842283866.0, 'memes', 1.5915135001443574e+18), (33.0, 842283866.0, 'food', 1.5915135001443574e+18), (34.0, 842283866.0, 'restaurant', 1.5915135001443574e+18), (35.0, 143177285.0, 'cre', 1.5915060728374354e+18), (36.0, 143177285.0, 'retail', 1.5915060728374354e+18), (37.0, 143177285.0, 'restaurant', 1.5915060728374354e+18), (38.0, 1.5773613864888566e+18, 'houston', 1.5914911084581683e+18), (39.0, 1.5773613864888566e+18, 'restaurant', 1.5914911084581683e+18), (40.0, 1.5773613864888566e+18, 'mexico', 1.5914911084581683e+18), (41.0, 1.5773613864888566e+18, 'comidamexicana', 1.5914911084581683e+18), (42.0, 1.202241707267543e+18, 'mascot', 1.5914791835022991e+18), (43.0, 1.202241707267543e+18, 'restaurant', 1.5914791835022991e+18), (44.0, 1.202241707267543e+18, 'Indian', 1.5914791835022991e+18), (45.0, 1.202241707267543e+18, 'food', 1.5914791835022991e+18), (46.0, 1.202241707267543e+18, 'curry', 1.5914791835022991e+18), (47.0, 1.202241707267543e+18, 'takeaway', 1.5914791835022991e+18), (48.0, 1.202241707267543e+18, 'Newport', 1.5914791835022991e+18), (49.0, 148354107.0, 'thedial', 1.5914375526906266e+18), (50.0, 148354107.0, 'restaurant', 1.5914375526906266e+18), (51.0, 148354107.0, 'chef', 1.5914375526906266e+18), (52.0, 322673778.0, 'sea', 1.5914318571696292e+18), (53.0, 322673778.0, 'fish', 1.5914318571696292e+18), (54.0, 322673778.0, 'dinner', 1.5914318571696292e+18), (55.0, 322673778.0, 'restaurant', 1.5914318571696292e+18), (56.0, 322673778.0, 'sunset', 1.5914318571696292e+18), (57.0, 322673778.0, 'mellieha', 1.5914318571696292e+18), (58.0, 322673778.0, 'malta', 1.5914318571696292e+18), (59.0, 3393915262.0, 'restaurant', 1.59141065706428e+18), (60.0, 3393915262.0, 'takeout', 1.59141065706428e+18), (61.0, 3393915262.0, 'spicyfood', 1.59141065706428e+18), (62.0, 3393915262.0, 'open7days', 1.59141065706428e+18), (63.0, 3393915262.0, 'ely', 1.59141065706428e+18), (64.0, 3393915262.0, 'wedeliver', 1.59141065706428e+18), (65.0, 2564917357.0, 'amsterdam', 1.5913948745737052e+18), (66.0, 2564917357.0, 'restaurant', 1.5913948745737052e+18), (67.0, 2564917357.0, 'cook', 1.5913948745737052e+18), (68.0, 2564917357.0, 'waiter', 1.5913948745737052e+18), (69.0, 8.569752406305014e+17, 'veteransday', 1.591250959350788e+18), (70.0, 8.569752406305014e+17, 'sandiego', 1.591250959350788e+18), (71.0, 8.569752406305014e+17, 'restaurant', 1.591250959350788e+18), (72.0, 94142225.0, 'restaurant', 1.5912319394696233e+18), (73.0, 94142225.0, 'Concept', 1.5912319394696233e+18), (74.0, 1.5208072224979272e+18, 'veteransday', 1.5912294926680187e+18), (75.0, 1.5208072224979272e+18, 'sandiego', 1.5912294926680187e+18), (76.0, 1.5208072224979272e+18, 'restaurant', 1.5912294926680187e+18), (77.0, 3309191992.0, 'Restaurant', 1.5912229871387648e+18), (78.0, 3309191992.0, 'BrumAwards22', 1.5912229871387648e+18), (79.0, 3309191992.0, 'Restaurant', 1.5912044671183299e+18), (80.0, 3309191992.0, 'BrumAwards22', 1.5912044671183299e+18), (81.0, 52436759.0, 'restaurant', 1.591195483690918e+18), (82.0, 52436759.0, 'Perama', 1.591195483690918e+18), (83.0, 52436759.0, 'Athens', 1.591195483690918e+18), (84.0, 1.0015265774762189e+18, 'veteransday', 1.591184328926847e+18), (85.0, 1.0015265774762189e+18, 'sandiego', 1.591184328926847e+18), (86.0, 1.0015265774762189e+18, 'restaurant', 1.591184328926847e+18), (87.0, 152386261.0, 'veteransday', 1.591178653626667e+18), (88.0, 152386261.0, 'sandiego', 1.591178653626667e+18), (89.0, 152386261.0, 'restaurant', 1.591178653626667e+18), (90.0, 1.5911670761646817e+18, 'london', 1.59117134313515e+18), (91.0, 1.5911670761646817e+18, 'hugoboss', 1.59117134313515e+18), (92.0, 1.5911670761646817e+18, 'hotel', 1.59117134313515e+18), (93.0, 1.5911670761646817e+18, 'restaurant', 1.59117134313515e+18), (94.0, 1.5911670761646817e+18, 'view', 1.59117134313515e+18), (95.0, 1.3862110557606748e+18, 'modern', 1.5911678894571725e+18), (96.0, 1.3862110557606748e+18, 'restaurant', 1.5911678894571725e+18), (97.0, 1.3862110557606748e+18, 'gamepass', 1.5911678894571725e+18), (98.0, 1.3862110557606748e+18, 'themeparktycoon2', 1.5911678894571725e+18), (99.0, 1.3862110557606748e+18, 'ROBLOX', 1.5911678894571725e+18), (100.0, 18090409.0, 'veteransday', 1.5911554870973809e+18), (101.0, 18090409.0, 'sandiego', 1.5911554870973809e+18), (102.0, 18090409.0, 'restaurant', 1.5911554870973809e+18), (103.0, 1396400472.0, 'kodakgold200', 1.5911478183997276e+18), (104.0, 1396400472.0, 'restaurant', 1.5911478183997276e+18), (105.0, 1396400472.0, 'film', 1.5911478183997276e+18), (106.0, 1396400472.0, 'mediumformat', 1.5911478183997276e+18), (107.0, 1396400472.0, 'diner', 1.5911478183997276e+18), (108.0, 23659017.0, 'restaurant', 1.5911475545063055e+18), (109.0, 23659017.0, 'Latham', 1.5911475545063055e+18), (110.0, 18970117.0, 'restaurant', 1.5911474428543304e+18), (111.0, 18970117.0, 'Latham', 1.5911474428543304e+18), (112.0, 206560051.0, 'veteransday', 1.5911418261903442e+18), (113.0, 206560051.0, 'sandiego', 1.5911418261903442e+18), (114.0, 206560051.0, 'restaurant', 1.5911418261903442e+18), (115.0, 39625114.0, 'blackandwhitephotography', 1.591117638985732e+18), (116.0, 39625114.0, 'cafe', 1.591117638985732e+18), (117.0, 39625114.0, 'restaurant', 1.591117638985732e+18), (118.0, 39625114.0, 'Paris', 1.591117638985732e+18), (119.0, 8.719772254652334e+17, 'laragrill', 1.5910793796141957e+18), (120.0, 8.719772254652334e+17, 'restaurant', 1.5910793796141957e+18), (121.0, 8.719772254652334e+17, 'künefe', 1.5910793796141957e+18), (122.0, 8.719772254652334e+17, 'turkishcuisine', 1.5910793796141957e+18), (123.0, 8.719772254652334e+17, 'turkishdessert', 1.5910793796141957e+18), (124.0, 27957934.0, 'Restaurant', 1.5910720964567409e+18), (125.0, 27957934.0, 'tech', 1.5910720964567409e+18), (126.0, 1.395730628046467e+18, 'blackandwhitephotography', 1.5910720751872246e+18), (127.0, 1.395730628046467e+18, 'cafe', 1.5910720751872246e+18), (128.0, 1.395730628046467e+18, 'restaurant', 1.5910720751872246e+18), (129.0, 1.395730628046467e+18, 'Paris', 1.5910720751872246e+18), (130.0, 1.3449594484319478e+18, 'blackandwhitephotography', 1.5910694130335416e+18), (131.0, 1.3449594484319478e+18, 'cafe', 1.5910694130335416e+18), (132.0, 1.3449594484319478e+18, 'restaurant', 1.5910694130335416e+18), (133.0, 1.3449594484319478e+18, 'Paris', 1.5910694130335416e+18), (134.0, 1.1877709955595387e+18, 'TheAmherstCornerRestaurant', 1.5910539160952832e+18), (135.0, 1.1877709955595387e+18, 'restaurant', 1.5910539160952832e+18), (136.0, 1.4707568026315407e+18, 'Somali', 1.5910425377076797e+18), (137.0, 1.4707568026315407e+18, 'restaurant', 1.5910425377076797e+18), (138.0, 1.4707568026315407e+18, 'London', 1.5910425377076797e+18), (139.0, 1.484323170698285e+18, 'RTC', 1.590994929123496e+18), (140.0, 1.484323170698285e+18, 'FastFood', 1.590994929123496e+18), (141.0, 1.484323170698285e+18, 'Restaurant', 1.590994929123496e+18), (142.0, 1.40360620912776e+18, 'grandcafe', 1.590984939163775e+18), (143.0, 1.40360620912776e+18, 'cafe', 1.590984939163775e+18), (144.0, 1.40360620912776e+18, 'restaurant', 1.590984939163775e+18), (145.0, 1.40360620912776e+18, 'friday', 1.590984939163775e+18), (146.0, 1.5501128568381235e+18, 'thedial', 1.5909813767358382e+18), (147.0, 1.5501128568381235e+18, 'burtonontrent', 1.5909813767358382e+18), (148.0, 1.5501128568381235e+18, 'food', 1.5909813767358382e+18), (149.0, 1.5501128568381235e+18, 'restaurant', 1.5909813767358382e+18), (150.0, 148354107.0, 'thedial', 1.5909806391171523e+18), (151.0, 148354107.0, 'burtonontrent', 1.5909806391171523e+18), (152.0, 148354107.0, 'food', 1.5909806391171523e+18), (153.0, 148354107.0, 'restaurant', 1.5909806391171523e+18), (154.0, 1.589115931325698e+18, 'vietnamese', 1.5909734108633784e+18), (155.0, 1.589115931325698e+18, 'restaurant', 1.5909734108633784e+18), (156.0, 1.589115931325698e+18, 'pho', 1.5909734108633784e+18), (157.0, 1.589115931325698e+18, 'vermicelli', 1.5909734108633784e+18), (158.0, 1.589115931325698e+18, 'springroll', 1.5909734108633784e+18), (159.0, 1.1607938742536684e+18, 'sports', 1.5909109778428396e+18), (160.0, 1.1607938742536684e+18, 'NBA', 1.5909109778428396e+18), (161.0, 1.1607938742536684e+18, 'MAVS', 1.5909109778428396e+18), (162.0, 1.1607938742536684e+18, 'BEER', 1.5909109778428396e+18), (163.0, 1.1607938742536684e+18, 'wings', 1.5909109778428396e+18), (164.0, 1.1607938742536684e+18, 'chickenwings', 1.5909109778428396e+18), (165.0, 1.1607938742536684e+18, 'Restaurant', 1.5909109778428396e+18), (166.0, 1.1607938742536684e+18, 'ojoslocos', 1.5909109778428396e+18), (167.0, 1.1607938742536684e+18, 'tv', 1.5909109778428396e+18), (168.0, 1.1607938742536684e+18, 'bar', 1.5909109778428396e+18), (169.0, 1.1607938742536684e+18, 'grill', 1.5909109778428396e+18), (170.0, 3227315188.0, 'restaurant', 1.590860647130071e+18), (171.0, 3227315188.0, 'Halifax', 1.590860647130071e+18), (172.0, 3227315188.0, 'NovaScotia', 1.590860647130071e+18), (173.0, 3227315188.0, 'SoGood', 1.590860647130071e+18), (174.0, 3227315188.0, 'Burger', 1.590860647130071e+18), (175.0, 3227315188.0, 'Lettuce', 1.590860647130071e+18), (176.0, 160626005.0, 'kodakgold200', 1.5908090055928054e+18), (177.0, 160626005.0, 'restaurant', 1.5908090055928054e+18), (178.0, 160626005.0, 'film', 1.5908090055928054e+18), (179.0, 160626005.0, 'mediumformat', 1.5908090055928054e+18), (180.0, 160626005.0, 'diner', 1.5908090055928054e+18), (181.0, 1.525754568373678e+18, 'abuja', 1.5907749277452534e+18), (182.0, 1.525754568373678e+18, 'vanillaabuja', 1.5907749277452534e+18), (183.0, 1.525754568373678e+18, 'restaurant', 1.5907749277452534e+18), (184.0, 27957934.0, 'Restaurant', 1.5907700702964326e+18), (185.0, 27957934.0, 'Stocks', 1.5907700702964326e+18), (186.0, 51983196.0, 'shotoniphone', 1.590764543340417e+18), (187.0, 51983196.0, 'restaurant', 1.590764543340417e+18), (188.0, 51983196.0, 'interior', 1.590764543340417e+18), (189.0, 51983196.0, 'sunny', 1.590764543340417e+18), (190.0, 272487468.0, 'kodakgold200', 1.5907622830800896e+18), (191.0, 272487468.0, 'restaurant', 1.5907622830800896e+18), (192.0, 272487468.0, 'film', 1.5907622830800896e+18), (193.0, 272487468.0, 'mediumformat', 1.5907622830800896e+18), (194.0, 272487468.0, 'diner', 1.5907622830800896e+18), (195.0, 27957934.0, 'Data', 1.5907549954605097e+18), (196.0, 27957934.0, 'Restaurant', 1.5907549954605097e+18), (197.0, 95480066.0, 'restaurant', 1.5907528569191178e+18), (198.0, 95480066.0, 'flooring', 1.5907528569191178e+18), (199.0, 95480066.0, 'ThankfulThursday', 1.5907528569191178e+18), (200.0, 14275259.0, 'kodakgold200', 1.5907462665724232e+18), (201.0, 14275259.0, 'restaurant', 1.5907462665724232e+18), (202.0, 14275259.0, 'film', 1.5907462665724232e+18), (203.0, 14275259.0, 'mediumformat', 1.5907462665724232e+18), (204.0, 14275259.0, 'diner', 1.5907462665724232e+18), (205.0, 1.3134823562384957e+18, 'Food', 1.590740910626984e+18), (206.0, 1.3134823562384957e+18, 'grocery', 1.590740910626984e+18), (207.0, 1.3134823562384957e+18, 'restaurant', 1.590740910626984e+18), (208.0, 27957934.0, 'Restaurant', 1.5907398805309112e+18), (209.0, 27957934.0, 'Metaverse', 1.5907398805309112e+18), (210.0, 1.5819471146486333e+18, 'balcona', 1.5907255878446203e+18), (211.0, 1.5819471146486333e+18, 'Bahrain', 1.5907255878446203e+18), (212.0, 1.5819471146486333e+18, 'restaurant', 1.5907255878446203e+18), (213.0, 1.5819471146486333e+18, 'Food', 1.5907255878446203e+18), (214.0, 1.5819471146486333e+18, 'soon', 1.5907255878446203e+18), (215.0, 1.5819471146486333e+18, 'lunch', 1.5907255878446203e+18), (216.0, 1.5819471146486333e+18, 'dinner', 1.5907255878446203e+18), (217.0, 1.4980804511556977e+18, 'kodakgold200', 1.5907243578062275e+18), (218.0, 1.4980804511556977e+18, 'restaurant', 1.5907243578062275e+18), (219.0, 1.4980804511556977e+18, 'film', 1.5907243578062275e+18), (220.0, 1.4980804511556977e+18, 'mediumformat', 1.5907243578062275e+18), (221.0, 1.4980804511556977e+18, 'diner', 1.5907243578062275e+18), (222.0, 2563542572.0, 'Aldeburgh', 1.5907173149071483e+18), (223.0, 2563542572.0, 'TheLighthouse', 1.5907173149071483e+18), (224.0, 2563542572.0, 'Restaurant', 1.5907173149071483e+18), (225.0, 38833974.0, 'Food', 1.5907096967969874e+18), (226.0, 38833974.0, 'grocery', 1.5907096967969874e+18), (227.0, 38833974.0, 'restaurant', 1.5907096967969874e+18), (228.0, 1.4019466093998367e+18, 'QHR', 1.5906963783885988e+18), (229.0, 1.4019466093998367e+18, 'restaurant', 1.5906963783885988e+18), (230.0, 1.4019466093998367e+18, 'lincsconnect', 1.5906963783885988e+18), (231.0, 1.4019466093998367e+18, 'LINCOLNSHIRE', 1.5906963783885988e+18), (232.0, 1.4019466093998367e+18, 'food', 1.5906963783885988e+18), (233.0, 3330348586.0, 'restaurant', 1.5906955770248847e+18), (234.0, 3330348586.0, 'London', 1.5906955770248847e+18), (235.0, 1.201430557915304e+18, 'meetingrooms', 1.590686189459497e+18), (236.0, 1.201430557915304e+18, 'conferencecenter', 1.590686189459497e+18), (237.0, 1.201430557915304e+18, 'restaurant', 1.590686189459497e+18), (238.0, 1.201430557915304e+18, 'bar', 1.590686189459497e+18), (239.0, 8.754953621439447e+17, 'restaurant', 1.5906829715388006e+18), (240.0, 8.754953621439447e+17, 'Copenhagen', 1.5906829715388006e+18), (241.0, 8.23084839041663e+17, 'february', 1.5906721329668751e+18), (242.0, 8.23084839041663e+17, 'ovewhelm', 1.5906721329668751e+18), (243.0, 8.23084839041663e+17, 'fear', 1.5906721329668751e+18), (244.0, 8.23084839041663e+17, 'happy', 1.5906721329668751e+18), (245.0, 8.23084839041663e+17, 'restaurant', 1.5906721329668751e+18), (246.0, 1.1996093522372772e+18, 'Restaurant', 1.5906454926601298e+18), (247.0, 1.1996093522372772e+18, 'Falkirk', 1.5906454926601298e+18), (248.0, 1.1996093522372772e+18, 'Meme', 1.5906454926601298e+18), (249.0, 1.0807591228558991e+18, 'Dinner', 1.5906192486948086e+18), (250.0, 1.0807591228558991e+18, 'Steak', 1.5906192486948086e+18), (251.0, 1.0807591228558991e+18, 'wine', 1.5906192486948086e+18), (252.0, 1.0807591228558991e+18, 'food', 1.5906192486948086e+18), (253.0, 1.0807591228558991e+18, 'homemade', 1.5906192486948086e+18), (254.0, 1.0807591228558991e+18, 'restaurant', 1.5906192486948086e+18), (255.0, 398991127.0, 'thejourney', 1.590618862298415e+18), (256.0, 398991127.0, 'chef', 1.590618862298415e+18), (257.0, 398991127.0, 'ember', 1.590618862298415e+18), (258.0, 398991127.0, 'restaurant', 1.590618862298415e+18), (259.0, 24132717.0, 'cart', 1.5905155013648384e+18), (260.0, 24132717.0, 'kitchen', 1.5905155013648384e+18), (261.0, 24132717.0, 'trolley', 1.5905155013648384e+18), (262.0, 24132717.0, 'home', 1.5905155013648384e+18), (263.0, 24132717.0, 'hotel', 1.5905155013648384e+18), (264.0, 24132717.0, 'restaurant', 1.5905155013648384e+18), (265.0, 1.546191741597909e+18, 'Food', 1.5904190928756408e+18), (266.0, 1.546191741597909e+18, 'restaurant', 1.5904190928756408e+18), (267.0, 27957934.0, 'Restaurant', 1.590407692287447e+18), (268.0, 27957934.0, 'Workforce', 1.590407692287447e+18), (269.0, 1.5773613864888566e+18, 'Restaurant', 1.5904040771918602e+18), (270.0, 1.5773613864888566e+18, 'Mexicanfood', 1.5904040771918602e+18), (271.0, 1.5773613864888566e+18, 'Yummy', 1.5904040771918602e+18), (272.0, 9.387940932825129e+17, 'meetingrooms', 1.5903962628973076e+18), (273.0, 9.387940932825129e+17, 'conferencecenter', 1.5903962628973076e+18), (274.0, 9.387940932825129e+17, 'restaurant', 1.5903962628973076e+18), (275.0, 9.387940932825129e+17, 'bar', 1.5903962628973076e+18), (276.0, 556869362.0, 'Restaurant', 1.5903804295129334e+18), (277.0, 556869362.0, 'Ilfracombe', 1.5903804295129334e+18), (278.0, 4644710715.0, 'meetingrooms', 1.5903783582481777e+18), (279.0, 4644710715.0, 'conferencecenter', 1.5903783582481777e+18), (280.0, 4644710715.0, 'restaurant', 1.5903783582481777e+18), (281.0, 4644710715.0, 'bar', 1.5903783582481777e+18), (282.0, 1.5730562087848223e+18, 'food', 1.59037388179311e+18), (283.0, 1.5730562087848223e+18, 'steak', 1.59037388179311e+18), (284.0, 1.5730562087848223e+18, 'restaurant', 1.59037388179311e+18), (285.0, 1.5730562087848223e+18, 'authentic', 1.59037388179311e+18), (286.0, 7.71015378415661e+17, 'tequilas', 1.5903696014222336e+18), (287.0, 7.71015378415661e+17, 'mexican', 1.5903696014222336e+18), (288.0, 7.71015378415661e+17, 'food', 1.5903696014222336e+18), (289.0, 7.71015378415661e+17, 'restaurant', 1.5903696014222336e+18), (290.0, 7.71015378415661e+17, 'salads', 1.5903696014222336e+18), (291.0, 182866974.0, 'elpaso', 1.5903688757906145e+18), (292.0, 182866974.0, 'mexican', 1.5903688757906145e+18), (293.0, 182866974.0, 'restaurant', 1.5903688757906145e+18), (294.0, 182866974.0, 'food', 1.5903688757906145e+18), (295.0, 182866974.0, 'salsa', 1.5903688757906145e+18), (296.0, 182866974.0, 'chips', 1.5903688757906145e+18), (297.0, 317825411.0, 'meetingrooms', 1.5903683169289052e+18), (298.0, 317825411.0, 'conferencecenter', 1.5903683169289052e+18), (299.0, 317825411.0, 'restaurant', 1.5903683169289052e+18), (300.0, 317825411.0, 'bar', 1.5903683169289052e+18), (301.0, 27957934.0, 'Restaurant', 1.5903623927011574e+18), (302.0, 27957934.0, 'Loyalty', 1.5903623927011574e+18), (303.0, 1.1379906458581443e+18, 'meetingrooms', 1.5903601981156434e+18), (304.0, 1.1379906458581443e+18, 'conferencecenter', 1.5903601981156434e+18), (305.0, 1.1379906458581443e+18, 'restaurant', 1.5903601981156434e+18), (306.0, 1.1379906458581443e+18, 'bar', 1.5903601981156434e+18), (307.0, 9.725481104373105e+17, 'meetingrooms', 1.590360062673195e+18), (308.0, 9.725481104373105e+17, 'conferencecenter', 1.590360062673195e+18), (309.0, 9.725481104373105e+17, 'restaurant', 1.590360062673195e+18), (310.0, 9.725481104373105e+17, 'bar', 1.590360062673195e+18), (311.0, 1.0050457769958359e+18, 'meetingrooms', 1.5903596104974336e+18), (312.0, 1.0050457769958359e+18, 'conferencecenter', 1.5903596104974336e+18), (313.0, 1.0050457769958359e+18, 'restaurant', 1.5903596104974336e+18), (314.0, 1.0050457769958359e+18, 'bar', 1.5903596104974336e+18), (315.0, 7.177997334865961e+17, 'meetingrooms', 1.5903591484281446e+18), (316.0, 7.177997334865961e+17, 'conferencecenter', 1.5903591484281446e+18), (317.0, 7.177997334865961e+17, 'restaurant', 1.5903591484281446e+18), (318.0, 7.177997334865961e+17, 'bar', 1.5903591484281446e+18), (319.0, 8.778887816045855e+17, 'restaurant', 1.5903306540380324e+18), (320.0, 8.778887816045855e+17, 'Protaras', 1.5903306540380324e+18), (321.0, 137980740.0, 'Salcombe', 1.5903275183554191e+18), (322.0, 137980740.0, 'restaurant', 1.5903275183554191e+18), (323.0, 137980740.0, 'dining', 1.5903275183554191e+18), (324.0, 137980740.0, 'lunch', 1.5903275183554191e+18), (325.0, 137980740.0, 'Lunchtime', 1.5903275183554191e+18), (326.0, 7.788351355632681e+17, 'Restaurant', 1.5903198333293322e+18), (327.0, 1.297055456922415e+18, 'Hotel', 1.5903151570117304e+18), (328.0, 1.297055456922415e+18, 'Welcome', 1.5903151570117304e+18), (329.0, 1.297055456922415e+18, 'Rooms', 1.5903151570117304e+18), (330.0, 1.297055456922415e+18, 'Restaurant', 1.5903151570117304e+18), (331.0, 1.297055456922415e+18, 'Banquet', 1.5903151570117304e+18), (332.0, 1.297055456922415e+18, 'Kadi', 1.5903151570117304e+18), (333.0, 1.297055456922415e+18, 'quotes', 1.5903151570117304e+18), (334.0, 1.297055456922415e+18, 'quoteoftheday', 1.5903151570117304e+18), (335.0, 1.1776651781057946e+18, 'meetingrooms', 1.5903036620937871e+18), (336.0, 1.1776651781057946e+18, 'conferencecenter', 1.5903036620937871e+18), (337.0, 1.1776651781057946e+18, 'restaurant', 1.5903036620937871e+18), (338.0, 1.1776651781057946e+18, 'bar', 1.5903036620937871e+18), (339.0, 1.584870560831787e+18, 'Dreamfestiva', 1.5902989564200714e+18), (340.0, 1.584870560831787e+18, 'Restaurant', 1.5902989564200714e+18), (341.0, 1.584870560831787e+18, 'Banquet', 1.5902989564200714e+18), (342.0, 1.584870560831787e+18, 'Room', 1.5902989564200714e+18), (343.0, 1.584870560831787e+18, 'Gardenpartyplot', 1.5902989564200714e+18), (344.0, 1.584870560831787e+18, 'Surat', 1.5902989564200714e+18), (345.0, 1.584870560831787e+18, 'Quote', 1.5902989564200714e+18), (346.0, 2905326533.0, 'Restaurant', 1.5902986687371223e+18), (347.0, 1.2369999785867837e+18, 'Exuberance', 1.590298502189699e+18), (348.0, 1.2369999785867837e+18, 'Restaurant', 1.590298502189699e+18), (349.0, 1.2369999785867837e+18, 'Banquet', 1.590298502189699e+18), (350.0, 1.2369999785867837e+18, 'Ahmedabad', 1.590298502189699e+18), (351.0, 1.2369999785867837e+18, 'quoteoftheday', 1.590298502189699e+18), (352.0, 1.4300808731943444e+18, 'Dreamfestiva', 1.5902960934763889e+18), (353.0, 1.4300808731943444e+18, 'Restaurant', 1.5902960934763889e+18), (354.0, 1.4300808731943444e+18, 'Banquet', 1.5902960934763889e+18), (355.0, 1.4300808731943444e+18, 'Room', 1.5902960934763889e+18), (356.0, 1.4300808731943444e+18, 'Gardenpartyplot', 1.5902960934763889e+18), (357.0, 1.4300808731943444e+18, 'Surat', 1.5902960934763889e+18), (358.0, 1.4300808731943444e+18, 'Quote', 1.5902960934763889e+18), (359.0, 599625829.0, 'meetingrooms', 1.5902911825042678e+18), (360.0, 599625829.0, 'conferencecenter', 1.5902911825042678e+18), (361.0, 599625829.0, 'restaurant', 1.5902911825042678e+18), (362.0, 599625829.0, 'bar', 1.5902911825042678e+18), (363.0, 759136189.0, 'meetingrooms', 1.590289738556412e+18), (364.0, 759136189.0, 'conferencecenter', 1.590289738556412e+18), (365.0, 759136189.0, 'restaurant', 1.590289738556412e+18), (366.0, 759136189.0, 'bar', 1.590289738556412e+18), (367.0, 2162943270.0, 'job', 1.5902687122375557e+18), (368.0, 2162943270.0, 'Restaurant', 1.5902687122375557e+18), (369.0, 2162943270.0, 'Manager', 1.5902687122375557e+18), (370.0, 2162943270.0, 'OutbackSteakhouse', 1.5902687122375557e+18), (371.0, 2162943270.0, 'Jacksonville', 1.5902687122375557e+18), (372.0, 7.978158309732147e+17, 'meetingrooms', 1.5902224505494897e+18), (373.0, 7.978158309732147e+17, 'conferencecenter', 1.5902224505494897e+18), (374.0, 7.978158309732147e+17, 'restaurant', 1.5902224505494897e+18), (375.0, 7.978158309732147e+17, 'bar', 1.5902224505494897e+18), (376.0, 601242092.0, 'meetingrooms', 1.5902189008471e+18), (377.0, 601242092.0, 'conferencecenter', 1.5902189008471e+18), (378.0, 601242092.0, 'restaurant', 1.5902189008471e+18), (379.0, 601242092.0, 'bar', 1.5902189008471e+18), (380.0, 153373844.0, 'meetingrooms', 1.5902180017267343e+18), (381.0, 153373844.0, 'conferencecenter', 1.5902180017267343e+18), (382.0, 153373844.0, 'restaurant', 1.5902180017267343e+18), (383.0, 153373844.0, 'bar', 1.5902180017267343e+18), (384.0, 9.95573985948717e+17, 'meetingrooms', 1.5902164808301404e+18), (385.0, 9.95573985948717e+17, 'conferencecenter', 1.5902164808301404e+18), (386.0, 9.95573985948717e+17, 'restaurant', 1.5902164808301404e+18), (387.0, 9.95573985948717e+17, 'bar', 1.5902164808301404e+18), (388.0, 4818167183.0, 'Restaurant', 1.5902157137754604e+18), (389.0, 4818167183.0, 'POS360', 1.5902157137754604e+18), (390.0, 1.5505047441326817e+18, 'meetingrooms', 1.5902142204228403e+18), (391.0, 1.5505047441326817e+18, 'conferencecenter', 1.5902142204228403e+18), (392.0, 1.5505047441326817e+18, 'restaurant', 1.5902142204228403e+18), (393.0, 1.5505047441326817e+18, 'bar', 1.5902142204228403e+18), (394.0, 3393915262.0, 'restaurant', 1.5901700391306854e+18), (395.0, 3393915262.0, 'takeout', 1.5901700391306854e+18), (396.0, 3393915262.0, 'spicyfoods', 1.5901700391306854e+18), (397.0, 3393915262.0, 'ely', 1.5901700391306854e+18), (398.0, 3393915262.0, 'open7daysaweek', 1.5901700391306854e+18), (399.0, 3393915262.0, 'wedeliver', 1.5901700391306854e+18), (400.0, 9.157796828843581e+17, 'meetingrooms', 1.590121531056984e+18), (401.0, 9.157796828843581e+17, 'conferencecenter', 1.590121531056984e+18), (402.0, 9.157796828843581e+17, 'restaurant', 1.590121531056984e+18), (403.0, 9.157796828843581e+17, 'bar', 1.590121531056984e+18), (404.0, 814929673.0, 'meetingrooms', 1.5901055423697674e+18), (405.0, 814929673.0, 'conferencecenter', 1.5901055423697674e+18), (406.0, 814929673.0, 'restaurant', 1.5901055423697674e+18), (407.0, 814929673.0, 'bar', 1.5901055423697674e+18), (408.0, 30285028.0, 'baltimore', 1.5900934273492378e+18), (409.0, 30285028.0, 'restaurant', 1.5900934273492378e+18), (410.0, 30285028.0, 'deliciousfood', 1.5900934273492378e+18), (411.0, 1.5698465641051054e+18, 'explore', 1.590069985560232e+18), (412.0, 1.5698465641051054e+18, 'explorer', 1.590069985560232e+18), (413.0, 1.5698465641051054e+18, 'explorepage', 1.590069985560232e+18), (414.0, 1.5698465641051054e+18, 'trending', 1.590069985560232e+18), (415.0, 1.5698465641051054e+18, 'model', 1.590069985560232e+18), (416.0, 1.5698465641051054e+18, 'fashion', 1.590069985560232e+18), (417.0, 1.5698465641051054e+18, 'blogger', 1.590069985560232e+18), (418.0, 1.5698465641051054e+18, 'food', 1.590069985560232e+18), (419.0, 1.5698465641051054e+18, 'restaurant', 1.590069985560232e+18), (420.0, 9.367267927606845e+17, 'meetingrooms', 1.5900647932261827e+18), (421.0, 9.367267927606845e+17, 'conferencecenter', 1.5900647932261827e+18), (422.0, 9.367267927606845e+17, 'restaurant', 1.5900647932261827e+18), (423.0, 9.367267927606845e+17, 'bar', 1.5900647932261827e+18), (424.0, 9.95573985948717e+17, 'meetingrooms', 1.5900494493422715e+18), (425.0, 9.95573985948717e+17, 'conferencecenter', 1.5900494493422715e+18), (426.0, 9.95573985948717e+17, 'restaurant', 1.5900494493422715e+18), (427.0, 9.95573985948717e+17, 'bar', 1.5900494493422715e+18), (428.0, 1.5505047441326817e+18, 'meetingrooms', 1.5900494044128911e+18), (429.0, 1.5505047441326817e+18, 'conferencecenter', 1.5900494044128911e+18), (430.0, 1.5505047441326817e+18, 'restaurant', 1.5900494044128911e+18), (431.0, 1.5505047441326817e+18, 'bar', 1.5900494044128911e+18), (432.0, 7.177997334865961e+17, 'meetingrooms', 1.5900249289084232e+18), (433.0, 7.177997334865961e+17, 'conferencecenter', 1.5900249289084232e+18), (434.0, 7.177997334865961e+17, 'restaurant', 1.5900249289084232e+18), (435.0, 7.177997334865961e+17, 'bar', 1.5900249289084232e+18), (436.0, 1.3893967023275786e+18, 'canada', 1.5900239252995645e+18), (437.0, 1.3893967023275786e+18, 'restaurant', 1.5900239252995645e+18), (438.0, 9.441552431132713e+17, 'meetingrooms', 1.5900230733986775e+18), (439.0, 9.441552431132713e+17, 'conferencecenter', 1.5900230733986775e+18), (440.0, 9.441552431132713e+17, 'restaurant', 1.5900230733986775e+18), (441.0, 9.441552431132713e+17, 'bar', 1.5900230733986775e+18), (442.0, 759136189.0, 'meetingrooms', 1.5900222237794877e+18), (443.0, 759136189.0, 'conferencecenter', 1.5900222237794877e+18), (444.0, 759136189.0, 'restaurant', 1.5900222237794877e+18), (445.0, 759136189.0, 'bar', 1.5900222237794877e+18), (446.0, 1.0348025616001556e+18, 'meetingrooms', 1.5900215260150538e+18), (447.0, 1.0348025616001556e+18, 'conferencecenter', 1.5900215260150538e+18), (448.0, 1.0348025616001556e+18, 'restaurant', 1.5900215260150538e+18), (449.0, 1.0348025616001556e+18, 'bar', 1.5900215260150538e+18), (450.0, 8.807566402193654e+17, 'meetingrooms', 1.5900212733918085e+18), (451.0, 8.807566402193654e+17, 'conferencecenter', 1.5900212733918085e+18), (452.0, 8.807566402193654e+17, 'restaurant', 1.5900212733918085e+18), (453.0, 8.807566402193654e+17, 'bar', 1.5900212733918085e+18), (454.0, 1.2809851880094802e+18, 'meetingrooms', 1.5900169528895488e+18), (455.0, 1.2809851880094802e+18, 'conferencecenter', 1.5900169528895488e+18), (456.0, 1.2809851880094802e+18, 'restaurant', 1.5900169528895488e+18), (457.0, 1.2809851880094802e+18, 'bar', 1.5900169528895488e+18), (458.0, 7.551488497238671e+17, 'meetingrooms', 1.590016521426043e+18), (459.0, 7.551488497238671e+17, 'conferencecenter', 1.590016521426043e+18), (460.0, 7.551488497238671e+17, 'restaurant', 1.590016521426043e+18), (461.0, 7.551488497238671e+17, 'bar', 1.590016521426043e+18), (462.0, 1.1515566599757947e+18, 'meetingrooms', 1.5900164285180436e+18), (463.0, 1.1515566599757947e+18, 'conferencecenter', 1.5900164285180436e+18), (464.0, 1.1515566599757947e+18, 'restaurant', 1.5900164285180436e+18), (465.0, 1.1515566599757947e+18, 'bar', 1.5900164285180436e+18), (466.0, 1.0224018604797256e+18, 'meetingrooms', 1.590015573563691e+18), (467.0, 1.0224018604797256e+18, 'conferencecenter', 1.590015573563691e+18), (468.0, 1.0224018604797256e+18, 'restaurant', 1.590015573563691e+18), (469.0, 1.0224018604797256e+18, 'bar', 1.590015573563691e+18), (470.0, 1.587080316572795e+18, 'meetingrooms', 1.5900152408505426e+18), (471.0, 1.587080316572795e+18, 'conferencecenter', 1.5900152408505426e+18), (472.0, 1.587080316572795e+18, 'restaurant', 1.5900152408505426e+18), (473.0, 1.587080316572795e+18, 'bar', 1.5900152408505426e+18), (474.0, 1.0412808466305516e+18, 'meetingrooms', 1.5900151714680095e+18), (475.0, 1.0412808466305516e+18, 'conferencecenter', 1.5900151714680095e+18), (476.0, 1.0412808466305516e+18, 'restaurant', 1.5900151714680095e+18), (477.0, 1.0412808466305516e+18, 'bar', 1.5900151714680095e+18), (478.0, 27957934.0, 'restaurant', 1.5900151119843164e+18), (479.0, 1.3779859426701517e+18, 'meetingrooms', 1.5900150474931282e+18), (480.0, 1.3779859426701517e+18, 'conferencecenter', 1.5900150474931282e+18), (481.0, 1.3779859426701517e+18, 'restaurant', 1.5900150474931282e+18), (482.0, 1.3779859426701517e+18, 'bar', 1.5900150474931282e+18), (483.0, 1.5831491040870482e+18, 'meetingrooms', 1.5900148824011244e+18), (484.0, 1.5831491040870482e+18, 'conferencecenter', 1.5900148824011244e+18), (485.0, 1.5831491040870482e+18, 'restaurant', 1.5900148824011244e+18), (486.0, 1.5831491040870482e+18, 'bar', 1.5900148824011244e+18), (487.0, 1.5508021795182428e+18, 'meetingrooms', 1.5900148697004564e+18), (488.0, 1.5508021795182428e+18, 'conferencecenter', 1.5900148697004564e+18), (489.0, 1.5508021795182428e+18, 'restaurant', 1.5900148697004564e+18), (490.0, 1.5508021795182428e+18, 'bar', 1.5900148697004564e+18), (491.0, 1.3494806939030856e+18, 'meetingrooms', 1.5900145437274972e+18), (492.0, 1.3494806939030856e+18, 'conferencecenter', 1.5900145437274972e+18), (493.0, 1.3494806939030856e+18, 'restaurant', 1.5900145437274972e+18), (494.0, 1.3494806939030856e+18, 'bar', 1.5900145437274972e+18), (495.0, 1.4540345523729285e+18, 'meetingrooms', 1.5900144949522883e+18), (496.0, 1.4540345523729285e+18, 'conferencecenter', 1.5900144949522883e+18), (497.0, 1.4540345523729285e+18, 'restaurant', 1.5900144949522883e+18), (498.0, 1.4540345523729285e+18, 'bar', 1.5900144949522883e+18), (499.0, 1.373738913655894e+18, 'meetingrooms', 1.5900137050474045e+18), (500.0, 1.373738913655894e+18, 'conferencecenter', 1.5900137050474045e+18), (501.0, 1.373738913655894e+18, 'restaurant', 1.5900137050474045e+18), (502.0, 1.373738913655894e+18, 'bar', 1.5900137050474045e+18), (503.0, 1.2132863327614362e+18, 'meetingrooms', 1.5900136876368323e+18), (504.0, 1.2132863327614362e+18, 'conferencecenter', 1.5900136876368323e+18), (505.0, 1.2132863327614362e+18, 'restaurant', 1.5900136876368323e+18), (506.0, 1.2132863327614362e+18, 'bar', 1.5900136876368323e+18), (507.0, 1.3044930966469632e+18, 'meetingrooms', 1.5900134209713725e+18), (508.0, 1.3044930966469632e+18, 'conferencecenter', 1.5900134209713725e+18), (509.0, 1.3044930966469632e+18, 'restaurant', 1.5900134209713725e+18), (510.0, 1.3044930966469632e+18, 'bar', 1.5900134209713725e+18), (511.0, 1.1451375983792824e+18, 'meetingrooms', 1.5900133607995556e+18), (512.0, 1.1451375983792824e+18, 'conferencecenter', 1.5900133607995556e+18), (513.0, 1.1451375983792824e+18, 'restaurant', 1.5900133607995556e+18), (514.0, 1.1451375983792824e+18, 'bar', 1.5900133607995556e+18), (515.0, 7.978158309732147e+17, 'meetingrooms', 1.5900133070453678e+18), (516.0, 7.978158309732147e+17, 'conferencecenter', 1.5900133070453678e+18), (517.0, 7.978158309732147e+17, 'restaurant', 1.5900133070453678e+18), (518.0, 7.978158309732147e+17, 'bar', 1.5900133070453678e+18), (519.0, 7.992049787788657e+17, 'meetingrooms', 1.590013162770006e+18), (520.0, 7.992049787788657e+17, 'conferencecenter', 1.590013162770006e+18), (521.0, 7.992049787788657e+17, 'restaurant', 1.590013162770006e+18), (522.0, 7.992049787788657e+17, 'bar', 1.590013162770006e+18), (523.0, 1.1338188119987692e+18, 'meetingrooms', 1.5900131570405868e+18), (524.0, 1.1338188119987692e+18, 'conferencecenter', 1.5900131570405868e+18), (525.0, 1.1338188119987692e+18, 'restaurant', 1.5900131570405868e+18), (526.0, 1.1338188119987692e+18, 'bar', 1.5900131570405868e+18), (527.0, 637111537.0, 'meetingrooms', 1.5900131104334848e+18), (528.0, 637111537.0, 'conferencecenter', 1.5900131104334848e+18), (529.0, 637111537.0, 'restaurant', 1.5900131104334848e+18), (530.0, 637111537.0, 'bar', 1.5900131104334848e+18), (531.0, 1.3809527523023995e+18, 'food', 1.590011476860842e+18), (532.0, 1.3809527523023995e+18, 'steak', 1.590011476860842e+18), (533.0, 1.3809527523023995e+18, 'restaurant', 1.590011476860842e+18), (534.0, 1.3809527523023995e+18, 'authentic', 1.590011476860842e+18), (535.0, 1.5730562087848223e+18, 'food', 1.5900114541779354e+18), (536.0, 1.5730562087848223e+18, 'steak', 1.5900114541779354e+18), (537.0, 1.5730562087848223e+18, 'restaurant', 1.5900114541779354e+18), (538.0, 1.5730562087848223e+18, 'authentic', 1.5900114541779354e+18), (539.0, 1.1379906458581443e+18, 'meetingrooms', 1.5900107769953772e+18), (540.0, 1.1379906458581443e+18, 'conferencecenter', 1.5900107769953772e+18), (541.0, 1.1379906458581443e+18, 'restaurant', 1.5900107769953772e+18), (542.0, 1.1379906458581443e+18, 'bar', 1.5900107769953772e+18), (543.0, 9.95573985948717e+17, 'meetingrooms', 1.590009938881155e+18), (544.0, 9.95573985948717e+17, 'conferencecenter', 1.590009938881155e+18), (545.0, 9.95573985948717e+17, 'restaurant', 1.590009938881155e+18), (546.0, 9.95573985948717e+17, 'bar', 1.590009938881155e+18), (547.0, 30872750.0, 'tuesday', 1.5900081012517396e+18), (548.0, 30872750.0, 'zombie', 1.5900081012517396e+18), (549.0, 30872750.0, 'zombies', 1.5900081012517396e+18), (550.0, 30872750.0, 'deli', 1.5900081012517396e+18), (551.0, 30872750.0, 'restaurant', 1.5900081012517396e+18), (552.0, 30872750.0, 'lunch', 1.5900081012517396e+18), (553.0, 30872750.0, 'lunchtime', 1.5900081012517396e+18), (554.0, 30872750.0, 'zombieart', 1.5900081012517396e+18), (555.0, 30872750.0, 'zombieartist', 1.5900081012517396e+18), (556.0, 1876452428.0, 'restaurant', 1.5899960312314798e+18), (557.0, 1876452428.0, 'Food', 1.5899960312314798e+18), (558.0, 1876452428.0, 'restaurant', 1.5899955944747459e+18), (559.0, 1876452428.0, 'Food', 1.5899955944747459e+18), (560.0, 35714721.0, 'japan', 1.5899801011897303e+18), (561.0, 35714721.0, 'restaurant', 1.5899801011897303e+18), (562.0, 1.5804733440209388e+18, 'restaurant', 1.5899789849302467e+18), (563.0, 1.5804733440209388e+18, 'FoodieBeauty', 1.5899789849302467e+18), (564.0, 1.5804733440209388e+18, 'food', 1.5899789849302467e+18), (565.0, 1.5804733440209388e+18, 'foodblogger', 1.5899789849302467e+18), (566.0, 1.5804733440209388e+18, 'FoodFriday', 1.5899789849302467e+18), (567.0, 1.4835020591482593e+18, 'commerces', 1.5899270349939139e+18), (568.0, 1.4835020591482593e+18, 'restaurant', 1.5899270349939139e+18), (569.0, 1.4835020591482593e+18, 'events31', 1.5899270349939139e+18), (570.0, 1.4835020591482593e+18, 'toulouse', 1.5899270349939139e+18), (571.0, 1.5854737253062164e+18, 'Outdoor', 1.589912989070635e+18), (572.0, 1.5854737253062164e+18, 'party', 1.589912989070635e+18), (573.0, 1.5854737253062164e+18, 'sunroom', 1.589912989070635e+18), (574.0, 1.5854737253062164e+18, 'restaurant', 1.589912989070635e+18), (575.0, 1.5854737253062164e+18, 'happy', 1.589912989070635e+18), (576.0, 1.5854737253062164e+18, 'friends', 1.589912989070635e+18), (577.0, 2895283154.0, 'japan', 1.589911233637253e+18), (578.0, 2895283154.0, 'restaurant', 1.589911233637253e+18), (579.0, 1.0522506633365176e+18, 'restaurant', 1.5898804683838833e+18), (580.0, 1.0522506633365176e+18, 'FoodieBeauty', 1.5898804683838833e+18), (581.0, 1.0522506633365176e+18, 'food', 1.5898804683838833e+18), (582.0, 1.0522506633365176e+18, 'foodblogger', 1.5898804683838833e+18), (583.0, 1.0522506633365176e+18, 'FoodFriday', 1.5898804683838833e+18), (584.0, 1.4117022881760092e+18, 'japan', 1.589849587220902e+18), (585.0, 1.4117022881760092e+18, 'restaurant', 1.589849587220902e+18), (586.0, 342567363.0, 'japan', 1.5898341493636014e+18), (587.0, 342567363.0, 'restaurant', 1.5898341493636014e+18), (588.0, 7.386377374025851e+17, 'engagement', 1.589826922749784e+18), (589.0, 7.386377374025851e+17, 'thejassgrand', 1.589826922749784e+18), (590.0, 7.386377374025851e+17, 'hotel', 1.589826922749784e+18), (591.0, 7.386377374025851e+17, 'restaurant', 1.589826922749784e+18), (592.0, 7.386377374025851e+17, 'Bareilly', 1.589826922749784e+18), (593.0, 7.386377374025851e+17, 'smartcitybareilly', 1.589826922749784e+18), (594.0, 7.386377374025851e+17, 'realchirayu', 1.589826922749784e+18), (595.0, 7.386377374025851e+17, 'engagement', 1.5898268126702797e+18), (596.0, 7.386377374025851e+17, 'thejassgrand', 1.5898268126702797e+18), (597.0, 7.386377374025851e+17, 'hotel', 1.5898268126702797e+18), (598.0, 7.386377374025851e+17, 'restaurant', 1.5898268126702797e+18), (599.0, 7.386377374025851e+17, 'Bareilly', 1.5898268126702797e+18), (600.0, 7.386377374025851e+17, 'smartcitybareilly', 1.5898268126702797e+18), (601.0, 7.386377374025851e+17, 'realchirayu', 1.5898268126702797e+18), (602.0, 7.386377374025851e+17, 'engagement', 1.58982669901722e+18), (603.0, 7.386377374025851e+17, 'thejassgrand', 1.58982669901722e+18), (604.0, 7.386377374025851e+17, 'hotel', 1.58982669901722e+18), (605.0, 7.386377374025851e+17, 'restaurant', 1.58982669901722e+18), (606.0, 7.386377374025851e+17, 'Bareilly', 1.58982669901722e+18), (607.0, 7.386377374025851e+17, 'smartcitybareilly', 1.58982669901722e+18), (608.0, 7.386377374025851e+17, 'realchirayu', 1.58982669901722e+18), (609.0, 7.386377374025851e+17, 'engagement', 1.5898266046453555e+18), (610.0, 7.386377374025851e+17, 'thejassgrand', 1.5898266046453555e+18), (611.0, 7.386377374025851e+17, 'hotel', 1.5898266046453555e+18), (612.0, 7.386377374025851e+17, 'restaurant', 1.5898266046453555e+18), (613.0, 7.386377374025851e+17, 'Bareilly', 1.5898266046453555e+18), (614.0, 7.386377374025851e+17, 'smartcitybareilly', 1.5898266046453555e+18), (615.0, 7.386377374025851e+17, 'realchirayu', 1.5898266046453555e+18), (616.0, 7.386377374025851e+17, 'engagement', 1.5898265079456973e+18), (617.0, 7.386377374025851e+17, 'thejassgrand', 1.5898265079456973e+18), (618.0, 7.386377374025851e+17, 'hotel', 1.5898265079456973e+18), (619.0, 7.386377374025851e+17, 'restaurant', 1.5898265079456973e+18), (620.0, 7.386377374025851e+17, 'Bareilly', 1.5898265079456973e+18), (621.0, 7.386377374025851e+17, 'smartcitybareilly', 1.5898265079456973e+18), (622.0, 7.386377374025851e+17, 'realchirayu', 1.5898265079456973e+18), (623.0, 7.386377374025851e+17, 'engagement', 1.5898264273647084e+18), (624.0, 7.386377374025851e+17, 'thejassgrand', 1.5898264273647084e+18), (625.0, 7.386377374025851e+17, 'hotel', 1.5898264273647084e+18), (626.0, 7.386377374025851e+17, 'restaurant', 1.5898264273647084e+18), (627.0, 7.386377374025851e+17, 'Bareilly', 1.5898264273647084e+18), (628.0, 7.386377374025851e+17, 'smartcitybareilly', 1.5898264273647084e+18), (629.0, 7.386377374025851e+17, 'realchirayu', 1.5898264273647084e+18), (630.0, 7.386377374025851e+17, 'engagement', 1.589826097495298e+18), (631.0, 7.386377374025851e+17, 'thejassgrand', 1.589826097495298e+18), (632.0, 7.386377374025851e+17, 'hotel', 1.589826097495298e+18), (633.0, 7.386377374025851e+17, 'restaurant', 1.589826097495298e+18), (634.0, 7.386377374025851e+17, 'Bareilly', 1.589826097495298e+18), (635.0, 7.386377374025851e+17, 'smartcitybareilly', 1.589826097495298e+18), (636.0, 7.386377374025851e+17, 'realchirayu', 1.589826097495298e+18), (637.0, 7.386377374025851e+17, 'engagement', 1.5898260745902203e+18), (638.0, 7.386377374025851e+17, 'thejassgrand', 1.5898260745902203e+18), (639.0, 7.386377374025851e+17, 'hotel', 1.5898260745902203e+18), (640.0, 7.386377374025851e+17, 'restaurant', 1.5898260745902203e+18), (641.0, 7.386377374025851e+17, 'Bareilly', 1.5898260745902203e+18), (642.0, 7.386377374025851e+17, 'smartcitybareilly', 1.5898260745902203e+18), (643.0, 7.386377374025851e+17, 'realchirayu', 1.5898260745902203e+18), (644.0, 7.386377374025851e+17, 'engagement', 1.589826056508543e+18), (645.0, 7.386377374025851e+17, 'thejassgrand', 1.589826056508543e+18), (646.0, 7.386377374025851e+17, 'hotel', 1.589826056508543e+18), (647.0, 7.386377374025851e+17, 'restaurant', 1.589826056508543e+18), (648.0, 7.386377374025851e+17, 'Bareilly', 1.589826056508543e+18), (649.0, 7.386377374025851e+17, 'smartcitybareilly', 1.589826056508543e+18), (650.0, 7.386377374025851e+17, 'realchirayu', 1.589826056508543e+18), (651.0, 7.386377374025851e+17, 'engagement', 1.589824938449711e+18), (652.0, 7.386377374025851e+17, 'thejassgrand', 1.589824938449711e+18), (653.0, 7.386377374025851e+17, 'hotel', 1.589824938449711e+18), (654.0, 7.386377374025851e+17, 'restaurant', 1.589824938449711e+18), (655.0, 7.386377374025851e+17, 'Bareilly', 1.589824938449711e+18), (656.0, 7.386377374025851e+17, 'smartcitybareilly', 1.589824938449711e+18), (657.0, 7.386377374025851e+17, 'realchirayu', 1.589824938449711e+18), (658.0, 7.386377374025851e+17, 'engagement', 1.589824927376765e+18), (659.0, 7.386377374025851e+17, 'thejassgrand', 1.589824927376765e+18), (660.0, 7.386377374025851e+17, 'hotel', 1.589824927376765e+18), (661.0, 7.386377374025851e+17, 'restaurant', 1.589824927376765e+18), (662.0, 7.386377374025851e+17, 'Bareilly', 1.589824927376765e+18), (663.0, 7.386377374025851e+17, 'smartcitybareilly', 1.589824927376765e+18), (664.0, 7.386377374025851e+17, 'realchirayu', 1.589824927376765e+18), (665.0, 7.386377374025851e+17, 'engagement', 1.5898249137117307e+18), (666.0, 7.386377374025851e+17, 'thejassgrand', 1.5898249137117307e+18), (667.0, 7.386377374025851e+17, 'hotel', 1.5898249137117307e+18), (668.0, 7.386377374025851e+17, 'restaurant', 1.5898249137117307e+18), (669.0, 7.386377374025851e+17, 'Bareilly', 1.5898249137117307e+18), (670.0, 7.386377374025851e+17, 'smartcitybareilly', 1.5898249137117307e+18), (671.0, 7.386377374025851e+17, 'realchirayu', 1.5898249137117307e+18), (672.0, 1.3929277378122998e+18, 'restaurant', 1.589806954653827e+18), (673.0, 1.3929277378122998e+18, 'chefspick', 1.589806954653827e+18), (674.0, 1.5897898497117757e+18, 'Food', 1.5898055253904876e+18), (675.0, 1.5897898497117757e+18, 'foodie', 1.5898055253904876e+18), (676.0, 1.5897898497117757e+18, 'restaurant', 1.5898055253904876e+18), (677.0, 1.0771850683413053e+18, 'delicia', 1.589773812828078e+18), (678.0, 1.0771850683413053e+18, 'peruvianfood', 1.589773812828078e+18), (679.0, 1.0771850683413053e+18, 'jacksonville', 1.589773812828078e+18), (680.0, 1.0771850683413053e+18, 'food', 1.589773812828078e+18), (681.0, 1.0771850683413053e+18, 'restaurant', 1.589773812828078e+18), (682.0, 52436759.0, 'restaurant', 1.589739089221546e+18), (683.0, 52436759.0, 'Mitropoleos', 1.589739089221546e+18), (684.0, 52436759.0, 'Athens', 1.589739089221546e+18), (685.0, 52436759.0, 'restaurant', 1.589738931989672e+18), (686.0, 52436759.0, 'Mitropoleos', 1.589738931989672e+18), (687.0, 52436759.0, 'Athens', 1.589738931989672e+18), (688.0, 52436759.0, 'restaurant', 1.5897388541892157e+18), (689.0, 52436759.0, 'Mitropoleos', 1.5897388541892157e+18), (690.0, 52436759.0, 'Athens', 1.5897388541892157e+18), (691.0, 52436759.0, 'restaurant', 1.5897376941079593e+18), (692.0, 52436759.0, 'Mitropoleos', 1.5897376941079593e+18), (693.0, 52436759.0, 'Athens', 1.5897376941079593e+18), (694.0, 52436759.0, 'restaurant', 1.589737571508056e+18), (695.0, 52436759.0, 'Mitropoleos', 1.589737571508056e+18), (696.0, 52436759.0, 'Athens', 1.589737571508056e+18), (697.0, 52436759.0, 'restaurant', 1.589737485361238e+18), (698.0, 52436759.0, 'Mitropoleos', 1.589737485361238e+18), (699.0, 52436759.0, 'Athens', 1.589737485361238e+18), (700.0, 52436759.0, 'restaurant', 1.5897373938335375e+18), (701.0, 52436759.0, 'Mitropoleos', 1.5897373938335375e+18), (702.0, 52436759.0, 'Athens', 1.5897373938335375e+18), (703.0, 52436759.0, 'restaurant', 1.5897373333055283e+18), (704.0, 52436759.0, 'Mitropoleos', 1.5897373333055283e+18), (705.0, 52436759.0, 'Athens', 1.5897373333055283e+18), (706.0, 52436759.0, 'restaurant', 1.5897372675304448e+18), (707.0, 52436759.0, 'Mitropoleos', 1.5897372675304448e+18), (708.0, 52436759.0, 'Athens', 1.5897372675304448e+18), (709.0, 52436759.0, 'restaurant', 1.589737145211949e+18), (710.0, 52436759.0, 'Mitropoleos', 1.589737145211949e+18), (711.0, 52436759.0, 'Athens', 1.589737145211949e+18), (712.0, 52436759.0, 'restaurant', 1.5897370009153085e+18), (713.0, 52436759.0, 'Mitropoleos', 1.5897370009153085e+18), (714.0, 52436759.0, 'Athens', 1.5897370009153085e+18), (715.0, 52436759.0, 'restaurant', 1.5897368562450596e+18), (716.0, 52436759.0, 'Mitropoleos', 1.5897368562450596e+18), (717.0, 52436759.0, 'Athens', 1.5897368562450596e+18), (718.0, 52436759.0, 'restaurant', 1.5897367745190502e+18), (719.0, 52436759.0, 'Mitropoleos', 1.5897367745190502e+18), (720.0, 52436759.0, 'Athens', 1.5897367745190502e+18), (721.0, 52436759.0, 'restaurant', 1.589736703673389e+18), (722.0, 52436759.0, 'Mitropoleos', 1.589736703673389e+18), (723.0, 52436759.0, 'Athens', 1.589736703673389e+18), (724.0, 52436759.0, 'restaurant', 1.589736633284563e+18), (725.0, 52436759.0, 'Mitropoleos', 1.589736633284563e+18), (726.0, 52436759.0, 'Athens', 1.589736633284563e+18), (727.0, 52436759.0, 'restaurant', 1.5897365675388764e+18), (728.0, 52436759.0, 'Mitropoleos', 1.5897365675388764e+18), (729.0, 52436759.0, 'Athens', 1.5897365675388764e+18), (730.0, 52436759.0, 'restaurant', 1.5897365168297452e+18), (731.0, 52436759.0, 'Mitropoleos', 1.5897365168297452e+18), (732.0, 52436759.0, 'Athens', 1.5897365168297452e+18), (733.0, 52436759.0, 'restaurant', 1.5897363721136701e+18), (734.0, 52436759.0, 'Mitropoleos', 1.5897363721136701e+18), (735.0, 52436759.0, 'Athens', 1.5897363721136701e+18), (736.0, 187436757.0, 'japan', 1.5897140958589297e+18), (737.0, 187436757.0, 'restaurant', 1.5897140958589297e+18), (738.0, 17731977.0, 'japan', 1.589693158799315e+18), (739.0, 17731977.0, 'restaurant', 1.589693158799315e+18), (740.0, 1.1877039821831455e+18, 'streetphotography', 1.5896796893540803e+18), (741.0, 1.1877039821831455e+18, 'restaurant', 1.5896796893540803e+18), (742.0, 1.1877039821831455e+18, 'bar', 1.5896796893540803e+18), (743.0, 1.1877039821831455e+18, 'VillaMarquise', 1.5896796893540803e+18), (744.0, 1.1877039821831455e+18, 'Montparnasse', 1.5896796893540803e+18), (745.0, 1.1877039821831455e+18, 'Paris', 1.5896796893540803e+18), (746.0, 7.992191047250043e+17, 'japan', 1.589671543923409e+18), (747.0, 7.992191047250043e+17, 'restaurant', 1.589671543923409e+18), (748.0, 1.5269553886290534e+18, 'japan', 1.5896680104487936e+18), (749.0, 1.5269553886290534e+18, 'restaurant', 1.5896680104487936e+18), (750.0, 32417691.0, 'jamaican', 1.58966230649736e+18), (751.0, 32417691.0, 'breakfast', 1.58966230649736e+18), (752.0, 32417691.0, 'restaurant', 1.58966230649736e+18), (753.0, 32417691.0, 'HealthyFood', 1.58966230649736e+18), (754.0, 32417691.0, 'actress', 1.58966230649736e+18), (755.0, 32417691.0, 'love', 1.58966230649736e+18), (756.0, 32417691.0, 'GoodVibes', 1.58966230649736e+18), (757.0, 32417691.0, 'nftfood', 1.58966230649736e+18), (758.0, 32417691.0, 'bonappetit', 1.58966230649736e+18), (759.0, 491517130.0, 'Santiagos', 1.5896546646682378e+18), (760.0, 491517130.0, 'restaurant', 1.5896546646682378e+18), (761.0, 491517130.0, 'pocket', 1.5896546646682378e+18), (762.0, 491517130.0, 'bully', 1.5896546646682378e+18), (763.0, 1.5730562087848223e+18, 'food', 1.5896491199912387e+18), (764.0, 1.5730562087848223e+18, 'steak', 1.5896491199912387e+18), (765.0, 1.5730562087848223e+18, 'restaurant', 1.5896491199912387e+18), (766.0, 1.5730562087848223e+18, 'authentic', 1.5896491199912387e+18), (767.0, 1.43186532957193e+18, 'restaurant', 1.589640929232978e+18), (768.0, 1.43186532957193e+18, 'foodie', 1.589640929232978e+18), (769.0, 1.43186532957193e+18, 'food', 1.589640929232978e+18), (770.0, 1.43186532957193e+18, 'health', 1.589640929232978e+18), (771.0, 1.43186532957193e+18, 'webdesign', 1.589640929232978e+18), (772.0, 92019068.0, 'cullinan', 1.589612264998445e+18), (773.0, 92019068.0, 'restaurant', 1.589612264998445e+18), (774.0, 92019068.0, 'pretoria', 1.589612264998445e+18), (775.0, 1.179859159715582e+18, 'streetphotography', 1.5895813467455078e+18), (776.0, 1.179859159715582e+18, 'restaurant', 1.5895813467455078e+18), (777.0, 1.179859159715582e+18, 'bar', 1.5895813467455078e+18), (778.0, 1.179859159715582e+18, 'VillaMarquise', 1.5895813467455078e+18), (779.0, 1.179859159715582e+18, 'Montparnasse', 1.5895813467455078e+18), (780.0, 1.179859159715582e+18, 'Paris', 1.5895813467455078e+18), (781.0, 1.118895893313409e+18, 'Meme', 1.5895557662388797e+18), (782.0, 1.118895893313409e+18, 'Humour', 1.5895557662388797e+18), (783.0, 1.118895893313409e+18, 'Restaurant', 1.5895557662388797e+18), (784.0, 1.3449594484319478e+18, 'streetphotography', 1.589541578909307e+18), (785.0, 1.3449594484319478e+18, 'restaurant', 1.589541578909307e+18), (786.0, 1.3449594484319478e+18, 'bar', 1.589541578909307e+18), (787.0, 1.3449594484319478e+18, 'VillaMarquise', 1.589541578909307e+18), (788.0, 1.3449594484319478e+18, 'Montparnasse', 1.589541578909307e+18), (789.0, 1.3449594484319478e+18, 'Paris', 1.589541578909307e+18), (790.0, 1.5797295313842668e+18, 'restaurant', 1.5894980337667973e+18), (791.0, 1.5797295313842668e+18, 'foodie', 1.5894980337667973e+18), (792.0, 1.5797295313842668e+18, 'tasty', 1.5894980337667973e+18), (793.0, 113556679.0, 'Pune', 1.589464991492866e+18), (794.0, 113556679.0, 'Weekend', 1.589464991492866e+18), (795.0, 113556679.0, 'Dinner', 1.589464991492866e+18), (796.0, 113556679.0, 'Hotel', 1.589464991492866e+18), (797.0, 113556679.0, 'Restaurant', 1.589464991492866e+18), (798.0, 2221708754.0, 'Restaurant', 1.5894450485502812e+18), (799.0, 2221708754.0, 'Loan', 1.5894450485502812e+18), (800.0, 2221708754.0, 'Loans', 1.5894450485502812e+18), (801.0, 2221708754.0, 'diner', 1.5894450485502812e+18), (802.0, 2221708754.0, 'Food', 1.5894450485502812e+18), (803.0, 1.1361280457718743e+18, 'indian', 1.5893878921532826e+18), (804.0, 1.1361280457718743e+18, 'restaurant', 1.5893878921532826e+18), (805.0, 1.1361280457718743e+18, 'food', 1.5893878921532826e+18), (806.0, 1.1361280457718743e+18, 'foodie', 1.5893878921532826e+18), (807.0, 1.1361280457718743e+18, 'dinner', 1.5893878921532826e+18), (808.0, 1.1361280457718743e+18, 'lunch', 1.5893878921532826e+18), (809.0, 1.1361280457718743e+18, 'meal', 1.5893878921532826e+18), (810.0, 1.1361280457718743e+18, 'rice', 1.5893878921532826e+18), (811.0, 148832773.0, 'mirror', 1.589326149125288e+18), (812.0, 148832773.0, 'splashContracting', 1.589326149125288e+18), (813.0, 148832773.0, 'renovation', 1.589326149125288e+18), (814.0, 148832773.0, 'restaurant', 1.589326149125288e+18), (815.0, 283975114.0, 'sundayroast', 1.5893116956750807e+18), (816.0, 283975114.0, 'moorings', 1.5893116956750807e+18), (817.0, 283975114.0, 'restaurant', 1.5893116956750807e+18), (818.0, 283975114.0, 'sundaymenu', 1.5893116956750807e+18), (819.0, 1.5737204467715973e+18, 'thetoilettourist', 1.5892986907450778e+18), (820.0, 1.5737204467715973e+18, 'toilet', 1.5892986907450778e+18), (821.0, 1.5737204467715973e+18, 'restaurant', 1.5892986907450778e+18), (822.0, 1.5737204467715973e+18, 'uk', 1.5892986907450778e+18), (823.0, 1.5737204467715973e+18, 'unitedkingdom', 1.5892986907450778e+18), (824.0, 1.5737204467715973e+18, 'england', 1.5892986907450778e+18), (825.0, 1.5737204467715973e+18, 'foryou', 1.5892986907450778e+18), (826.0, 1.5737204467715973e+18, 'fyp', 1.5892986907450778e+18), (827.0, 1.5737204467715973e+18, 'viral', 1.5892986907450778e+18), (828.0, 1.3809527523023995e+18, 'food', 1.589286628060582e+18), (829.0, 1.3809527523023995e+18, 'steak', 1.589286628060582e+18), (830.0, 1.3809527523023995e+18, 'restaurant', 1.589286628060582e+18), (831.0, 1.3809527523023995e+18, 'authentic', 1.589286628060582e+18), (832.0, 1.5730562087848223e+18, 'food', 1.589286605541593e+18), (833.0, 1.5730562087848223e+18, 'steak', 1.589286605541593e+18), (834.0, 1.5730562087848223e+18, 'restaurant', 1.589286605541593e+18), (835.0, 1.5730562087848223e+18, 'authentic', 1.589286605541593e+18), (836.0, 148354107.0, 'thedial', 1.589184857334481e+18), (837.0, 148354107.0, 'restaurant', 1.589184857334481e+18), (838.0, 148354107.0, 'sundaylunch', 1.589184857334481e+18), (839.0, 1.372079544123949e+18, 'restaurant', 1.5891773009558938e+18), (840.0, 1.372079544123949e+18, 'chefspick', 1.5891773009558938e+18), (841.0, 7.724690304269066e+17, 'Kyiv', 1.589173385942405e+18), (842.0, 7.724690304269066e+17, 'war', 1.589173385942405e+18), (843.0, 7.724690304269066e+17, 'UkraineRussianWar', 1.589173385942405e+18), (844.0, 7.724690304269066e+17, 'Ukraine', 1.589173385942405e+18), (845.0, 7.724690304269066e+17, 'restaurant', 1.589173385942405e+18), (846.0, 7.724690304269066e+17, 'nightlife', 1.589173385942405e+18), (847.0, 7.724690304269066e+17, 'kiev', 1.589173385942405e+18), (848.0, 18882079.0, 'History', 1.5891687867032044e+18), (849.0, 18882079.0, 'FortLauderdale', 1.5891687867032044e+18), (850.0, 18882079.0, 'restaurant', 1.5891687867032044e+18), (851.0, 1.589115931325698e+18, 'japanese', 1.589125318820139e+18), (852.0, 1.589115931325698e+18, 'restaurant', 1.589125318820139e+18), (853.0, 1.589115931325698e+18, 'bento', 1.589125318820139e+18), (854.0, 1.589115931325698e+18, 'ramen', 1.589125318820139e+18), (855.0, 1.589115931325698e+18, 'fusion', 1.589125318820139e+18), (856.0, 1.589115931325698e+18, 'California', 1.589125318820139e+18), (857.0, 1.5867843985648886e+18, 'Blind', 1.5890707540917862e+18), (858.0, 1.5867843985648886e+18, 'Blindness', 1.5890707540917862e+18), (859.0, 1.5867843985648886e+18, 'Kindness', 1.5890707540917862e+18), (860.0, 1.5867843985648886e+18, 'Braile', 1.5890707540917862e+18), (861.0, 1.5867843985648886e+18, 'Chocolate', 1.5890707540917862e+18), (862.0, 1.5867843985648886e+18, 'Restaurant', 1.5890707540917862e+18), (863.0, 1.5867843985648886e+18, 'Food', 1.5890707540917862e+18), (864.0, 249222782.0, 'restaurant', 1.5889991092263977e+18), (865.0, 249222782.0, 'receipt', 1.5889991092263977e+18), (866.0, 249222782.0, 'videomaker', 1.5889991092263977e+18), (867.0, 249222782.0, 'content', 1.5889991092263977e+18), (868.0, 7.261319306101596e+17, 'Food', 1.5889828511268577e+18), (869.0, 7.261319306101596e+17, 'Moldavia', 1.5889828511268577e+18), (870.0, 7.261319306101596e+17, 'restaurant', 1.5889828511268577e+18), (871.0, 7.261319306101596e+17, 'traditional', 1.5889828511268577e+18), (872.0, 7.261319306101596e+17, 'bonappetit', 1.5889828511268577e+18), (873.0, 1.316693582384857e+18, 'ladypool', 1.588957710086652e+18), (874.0, 1.316693582384857e+18, 'ladypoolroad', 1.588957710086652e+18), (875.0, 1.316693582384857e+18, 'brunch', 1.588957710086652e+18), (876.0, 1.316693582384857e+18, 'lounglachi', 1.588957710086652e+18), (877.0, 1.316693582384857e+18, 'breakfast', 1.588957710086652e+18), (878.0, 1.316693582384857e+18, 'restaurant', 1.588957710086652e+18), (879.0, 31028807.0, 'restaurant', 1.5889381789161513e+18), (880.0, 31028807.0, 'Miami', 1.5889381789161513e+18), (881.0, 31028807.0, 'Miami', 1.5889381789161513e+18), (882.0, 31028807.0, 'florida', 1.5889381789161513e+18), (883.0, 31028807.0, 'usa', 1.5889381789161513e+18), (884.0, 3393915262.0, 'restaurant', 1.588936149300441e+18), (885.0, 3393915262.0, 'spicyfood', 1.588936149300441e+18), (886.0, 3393915262.0, 'takeout', 1.588936149300441e+18), (887.0, 3393915262.0, 'deliveries', 1.588936149300441e+18), (888.0, 3393915262.0, 'wedeliver', 1.588936149300441e+18), (889.0, 131882234.0, 'baltimore', 1.5889286832216146e+18), (890.0, 131882234.0, 'restaurant', 1.5889286832216146e+18), (891.0, 131882234.0, 'deliciousfood', 1.5889286832216146e+18), (892.0, 1.0771850683413053e+18, 'delicia', 1.5889280532747264e+18), (893.0, 1.0771850683413053e+18, 'peruvianfood', 1.5889280532747264e+18), (894.0, 1.0771850683413053e+18, 'jacksonville', 1.5889280532747264e+18), (895.0, 1.0771850683413053e+18, 'food', 1.5889280532747264e+18), (896.0, 1.0771850683413053e+18, 'restaurant', 1.5889280532747264e+18), (897.0, 1.5730562087848223e+18, 'food', 1.5889064842717635e+18), (898.0, 1.5730562087848223e+18, 'steak', 1.5889064842717635e+18), (899.0, 1.5730562087848223e+18, 'restaurant', 1.5889064842717635e+18), (900.0, 1.5730562087848223e+18, 'authentic', 1.5889064842717635e+18), (901.0, 223005815.0, 'podcast', 1.5889018963620372e+18), (902.0, 223005815.0, 'comedian', 1.5889018963620372e+18), (903.0, 223005815.0, 'kids', 1.5889018963620372e+18), (904.0, 223005815.0, 'tax', 1.5889018963620372e+18), (905.0, 223005815.0, 'restaurant', 1.5889018963620372e+18), (906.0, 223005815.0, 'gross', 1.5889018963620372e+18), (907.0, 1.1809973569149092e+18, 'zaytinya', 1.5888751416433746e+18), (908.0, 1.1809973569149092e+18, 'dc', 1.5888751416433746e+18), (909.0, 1.1809973569149092e+18, 'food', 1.5888751416433746e+18), (910.0, 1.1809973569149092e+18, 'Mediterranean', 1.5888751416433746e+18), (911.0, 1.1809973569149092e+18, 'restaurant', 1.5888751416433746e+18), (912.0, 1.5860148164345364e+18, 'salad', 1.5888390937186468e+18), (913.0, 1.5860148164345364e+18, 'Food', 1.5888390937186468e+18), (914.0, 1.5860148164345364e+18, 'Foodie', 1.5888390937186468e+18), (915.0, 1.5860148164345364e+18, 'restaurant', 1.5888390937186468e+18), (916.0, 8.569752406305014e+17, 'calibbq', 1.588718115739046e+18), (917.0, 8.569752406305014e+17, 'sandiego', 1.588718115739046e+18), (918.0, 8.569752406305014e+17, 'restaurant', 1.588718115739046e+18), (919.0, 1738556923.0, 'capecod', 1.5886687261904323e+18), (920.0, 1738556923.0, 'beach', 1.5886687261904323e+18), (921.0, 1738556923.0, 'restaurant', 1.5886687261904323e+18), (922.0, 617853906.0, 'calibbq', 1.5886550475497226e+18), (923.0, 617853906.0, 'sandiego', 1.5886550475497226e+18), (924.0, 617853906.0, 'restaurant', 1.5886550475497226e+18), (925.0, 38224510.0, 'calibbq', 1.5886437100146074e+18), (926.0, 38224510.0, 'sandiego', 1.5886437100146074e+18), (927.0, 38224510.0, 'restaurant', 1.5886437100146074e+18), (928.0, 1.4048844486178447e+18, 'Food', 1.5886254748545516e+18), (929.0, 1.4048844486178447e+18, 'Foodie', 1.5886254748545516e+18), (930.0, 1.4048844486178447e+18, 'takeaway', 1.5886254748545516e+18), (931.0, 1.4048844486178447e+18, 'restaurant', 1.5886254748545516e+18), (932.0, 1.4048844486178447e+18, 'indianfood', 1.5886254748545516e+18), (933.0, 1.4048844486178447e+18, 'Order', 1.5886254748545516e+18), (934.0, 18090409.0, 'calibbq', 1.588622088067494e+18), (935.0, 18090409.0, 'sandiego', 1.588622088067494e+18), (936.0, 18090409.0, 'restaurant', 1.588622088067494e+18), (937.0, 1.4998064714034872e+18, 'Food', 1.5886216669717504e+18), (938.0, 1.4998064714034872e+18, 'Foodie', 1.5886216669717504e+18), (939.0, 1.4998064714034872e+18, 'takeaway', 1.5886216669717504e+18), (940.0, 1.4998064714034872e+18, 'restaurant', 1.5886216669717504e+18), (941.0, 1.4998064714034872e+18, 'indianfood', 1.5886216669717504e+18), (942.0, 1.4998064714034872e+18, 'Order', 1.5886216669717504e+18), (943.0, 27957934.0, 'Chefs', 1.5886108392417853e+18), (944.0, 27957934.0, 'Restaurant', 1.5886108392417853e+18), (945.0, 206560051.0, 'calibbq', 1.5886059944724562e+18), (946.0, 206560051.0, 'sandiego', 1.5886059944724562e+18), (947.0, 206560051.0, 'restaurant', 1.5886059944724562e+18), (948.0, 1.5489527397739274e+18, 'food', 1.588570212915622e+18), (949.0, 1.5489527397739274e+18, 'restaurant', 1.588570212915622e+18), (950.0, 1.5489527397739274e+18, 'Sunday', 1.588570212915622e+18), (951.0, 27957934.0, 'Google', 1.5885655681767506e+18), (952.0, 27957934.0, 'Restaurant', 1.5885655681767506e+18), (953.0, 2221708754.0, 'Restaurant', 1.5885642443326915e+18), (954.0, 2221708754.0, 'Mall', 1.5885642443326915e+18), (955.0, 2221708754.0, 'Shopping', 1.5885642443326915e+18), (956.0, 2221708754.0, 'Foodie', 1.5885642443326915e+18), (957.0, 2221708754.0, 'Food', 1.5885642443326915e+18), (958.0, 2221708754.0, 'Startup', 1.5885642443326915e+18), (959.0, 2221708754.0, 'Business', 1.5885642443326915e+18), (960.0, 2221708754.0, 'Finance', 1.5885642443326915e+18), (961.0, 1.5707635472774144e+18, 'restaurant', 1.5885510839659397e+18), (962.0, 1.5707635472774144e+18, 'flyer', 1.5885510839659397e+18), (963.0, 1.5707635472774144e+18, 'flyer', 1.5885510839659397e+18), (964.0, 1.5707635472774144e+18, 'pizzalovers', 1.5885510839659397e+18), (965.0, 1.5780187546880369e+18, 'scotland', 1.5885413566573445e+18), (966.0, 1.5780187546880369e+18, 'highlands', 1.5885413566573445e+18), (967.0, 1.5780187546880369e+18, 'restaurant', 1.5885413566573445e+18), (968.0, 1.5780187546880369e+18, 'dinnerdate', 1.5885413566573445e+18), (969.0, 27957934.0, 'restaurant', 1.5885353611558666e+18), (970.0, 27957934.0, 'data', 1.5885353611558666e+18), (971.0, 1.3717805495897334e+18, 'bellaciaocafe', 1.5885159094125527e+18), (972.0, 1.3717805495897334e+18, 'bellaciao', 1.5885159094125527e+18), (973.0, 1.3717805495897334e+18, 'moneyheist', 1.5885159094125527e+18), (974.0, 1.3717805495897334e+18, 'professor', 1.5885159094125527e+18), (975.0, 1.3717805495897334e+18, 'nairobi', 1.5885159094125527e+18), (976.0, 1.3717805495897334e+18, 'peshawar', 1.5885159094125527e+18), (977.0, 1.3717805495897334e+18, 'restaurant', 1.5885159094125527e+18), (978.0, 1.5525455654261965e+18, 'vitalerestaurant', 1.5884961457474437e+18), (979.0, 1.5525455654261965e+18, 'istanbul', 1.5884961457474437e+18), (980.0, 1.5525455654261965e+18, 'cityguide', 1.5884961457474437e+18), (981.0, 1.5525455654261965e+18, 'mustsee', 1.5884961457474437e+18), (982.0, 1.5525455654261965e+18, 'restaurant', 1.5884961457474437e+18), (983.0, 1.5595522485768684e+18, 'breakfastbuffet', 1.5884951826135982e+18), (984.0, 1.5595522485768684e+18, 'espressomachine', 1.5884951826135982e+18), (985.0, 1.5595522485768684e+18, 'coffee', 1.5884951826135982e+18), (986.0, 1.5595522485768684e+18, 'restaurant', 1.5884951826135982e+18), (987.0, 1.5595522485768684e+18, 'breakfast', 1.5884951826135982e+18), (988.0, 1.5595522485768684e+18, 'nyc', 1.5884951826135982e+18), (989.0, 1.3257032172132844e+18, 'restaurant', 1.5884852102865551e+18), (990.0, 1.3257032172132844e+18, 'chefspick', 1.5884852102865551e+18), (991.0, 1.3575133914562724e+18, 'restaurant', 1.5884563613016228e+18), (992.0, 1.3575133914562724e+18, 'chefspick', 1.5884563613016228e+18))
TWEET_TAGS TABLE OUTPUT:
#Deleting data from Tweet_Url table
cursor.execute("DELETE FROM rrr.Tweet_Url")
conn.commit()
#Inserting data into Tweet_url table
for index,row in new_url.iterrows():
cursor.execute("INSERT INTO Tweet_Url values (%s,%s,%s,%s)", (int(row['url_id']),row['tweet_id'],row['user_id'],row['restaurant_url']))
conn.commit()
cursor.execute("SELECT * from Tweet_Url")
records=cursor.fetchall()
print(records)
conn.commit()
((1.0, 1.5914911084581683e+18, 1.5773613864888566e+18, 'https://t.co/BMsVEyrlBy'), (2.0, 1.591250959350788e+18, 8.569752406305014e+17, 'https://t.co/SicmjDPn8L'), (3.0, 1.5912294926680187e+18, 1.5208072224979272e+18, 'https://t.co/SicmjDPn8L'), (4.0, 1.591184328926847e+18, 1.0015265774762189e+18, 'https://t.co/SicmjDPn8L'), (5.0, 1.591178653626667e+18, 152386261.0, 'https://t.co/SicmjDPn8L'), (6.0, 1.5911678894571725e+18, 1.3862110557606748e+18, 'https://t.co/uYHe8Mp9Gs'), (7.0, 1.5911554870973809e+18, 18090409.0, 'https://t.co/SicmjDPn8L'), (8.0, 1.5911475545063055e+18, 23659017.0, 'https://t.co/PjMXCWU4Kl'), (9.0, 1.5911474428543304e+18, 18970117.0, 'https://t.co/BRbBoUIler'), (10.0, 1.5911418261903442e+18, 206560051.0, 'https://t.co/SicmjDPn8L'), (11.0, 1.5910720964567409e+18, 27957934.0, 'https://t.co/NK9b0leBMR'), (12.0, 1.5907700702964326e+18, 27957934.0, 'https://t.co/v5wEqIWtlQ'), (13.0, 1.590764543340417e+18, 51983196.0, 'https://t.co/cKh5qSGXIj'), (14.0, 1.5907549954605097e+18, 27957934.0, 'https://t.co/q6aILNJqn8'), (15.0, 1.5907398805309112e+18, 27957934.0, 'https://t.co/ZePaKZih0t'), (16.0, 1.5906955770248847e+18, 3330348586.0, 'https://t.co/SPIjoK8n64'), (17.0, 1.5906721329668751e+18, 8.23084839041663e+17, 'https://t.co/ldjLnY6oki'), (18.0, 1.5906192486948086e+18, 1.0807591228558991e+18, 'https://t.co/N0VO5YZUlS'), (19.0, 1.5905155013648384e+18, 24132717.0, 'https://t.co/mZNLyJ9T7m'), (20.0, 1.590407692287447e+18, 27957934.0, 'https://t.co/GI2bx6kNwc'), (21.0, 1.5904040771918602e+18, 1.5773613864888566e+18, 'https://t.co/BMsVEyrTr6'), (22.0, 1.5903804295129334e+18, 556869362.0, 'https://t.co/UQQvwy79s9'), (23.0, 1.5903623927011574e+18, 27957934.0, 'https://t.co/ZOFViA6KDQ'), (24.0, 1.5903198333293322e+18, 7.788351355632681e+17, 'https://t.co/fiBwGw3Xqi'), (25.0, 1.5902986687371223e+18, 2905326533.0, 'https://t.co/fiBwGw3Xqi'), (26.0, 1.5902687122375557e+18, 2162943270.0, 'https://t.co/w7QT5XWsR9'), (27.0, 1.5900151119843164e+18, 27957934.0, 'https://t.co/TVjJgLA1cb'), (28.0, 1.5899960312314798e+18, 1876452428.0, 'https://t.co/UlhQoeLEvA'), (29.0, 1.5899955944747459e+18, 1876452428.0, 'https://t.co/UlhQof3NJI'), (30.0, 1.589806954653827e+18, 1.3929277378122998e+18, 'https://t.co/0V35nIcc2k'), (31.0, 1.589612264998445e+18, 92019068.0, 'https://t.co/rR362dOqh3'), (32.0, 1.5894450485502812e+18, 2221708754.0, 'https://t.co/uosuPCGOcV'), (33.0, 1.5891773009558938e+18, 1.372079544123949e+18, 'https://t.co/Ksh6WJcP51'), (34.0, 1.5891687867032044e+18, 18882079.0, 'https://t.co/ATq9Ndoa75'), (35.0, 1.588718115739046e+18, 8.569752406305014e+17, 'https://t.co/7YJVdvEZHJ'), (36.0, 1.5886550475497226e+18, 617853906.0, 'https://t.co/7YJVdvEZHJ'), (37.0, 1.5886437100146074e+18, 38224510.0, 'https://t.co/7YJVdvEZHJ'), (38.0, 1.5886254748545516e+18, 1.4048844486178447e+18, 'https://t.co/EpMh86hWsu'), (39.0, 1.588622088067494e+18, 18090409.0, 'https://t.co/7YJVdvEZHJ'), (40.0, 1.5886216669717504e+18, 1.4998064714034872e+18, 'https://t.co/EpMh86hWsu'), (41.0, 1.5886108392417853e+18, 27957934.0, 'https://t.co/KdQnBuUvso'), (42.0, 1.5886059944724562e+18, 206560051.0, 'https://t.co/7YJVdvEZHJ'), (43.0, 1.588570212915622e+18, 1.5489527397739274e+18, 'https://t.co/5CKnAueIfK'), (44.0, 1.5885655681767506e+18, 27957934.0, 'https://t.co/czBZu1sNu1'), (45.0, 1.5885642443326915e+18, 2221708754.0, 'https://t.co/WiYZfgOJSt'), (46.0, 1.5885353611558666e+18, 27957934.0, 'https://t.co/DLVVrfuJdU'), (47.0, 1.5885159094125527e+18, 1.3717805495897334e+18, 'https://t.co/LGa98Rac4X'), (48.0, 1.5884852102865551e+18, 1.3257032172132844e+18, 'https://t.co/2SHcZPcnNi'), (49.0, 1.5884563613016228e+18, 1.3575133914562724e+18, 'https://t.co/JETK1GEvF7'))
TWEET_URL TABLE OUTPUT:
#Deleting data from Tweet_Mentions table
cursor.execute("DELETE FROM rrr.Tweet_Mentions")
conn.commit()
#Inserting data into Tweet_Mentions table
for index,row in new_mentions.iterrows():
cursor.execute("INSERT INTO Tweet_Mentions values (%s,%s,%s,%s)", (int(row['mention_id']),row['tweet_id'],row['user_id'],row['target_user']))
conn.commit()
cursor.execute("SELECT * from Tweet_Mentions")
records=cursor.fetchall()
print(records)
conn.commit()
((1.0, 1.5915182228343562e+18, 1.4265258788848476e+18, 'nvijaysairam'), (2.0, 1.5915182228343562e+18, 1.4265258788848476e+18, 'elonmusk'), (3.0, 1.591513731934335e+18, 166053903.0, 'elonmusk'), (4.0, 1.591250959350788e+18, 8.569752406305014e+17, 'shawnpwalchef'), (5.0, 1.591250959350788e+18, 8.569752406305014e+17, 'CaliComfort'), (6.0, 1.5912294926680187e+18, 1.5208072224979272e+18, 'shawnpwalchef'), (7.0, 1.5912294926680187e+18, 1.5208072224979272e+18, 'CaliComfort'), (8.0, 1.5912229871387648e+18, 3309191992.0, 'chaigreen1823'), (9.0, 1.5912044671183299e+18, 3309191992.0, 'chaigreen1823'), (10.0, 1.5912044671183299e+18, 3309191992.0, 'BootcampMediaUK'), (11.0, 1.591184328926847e+18, 1.0015265774762189e+18, 'shawnpwalchef'), (12.0, 1.591184328926847e+18, 1.0015265774762189e+18, 'CaliComfort'), (13.0, 1.591178653626667e+18, 152386261.0, 'shawnpwalchef'), (14.0, 1.591178653626667e+18, 152386261.0, 'CaliComfort'), (15.0, 1.5911554870973809e+18, 18090409.0, 'shawnpwalchef'), (16.0, 1.5911554870973809e+18, 18090409.0, 'CaliComfort'), (17.0, 1.5911478183997276e+18, 1396400472.0, 'xjamesramos'), (18.0, 1.5911418261903442e+18, 206560051.0, 'CaliComfort'), (19.0, 1.591117638985732e+18, 39625114.0, 'EveDonatello'), (20.0, 1.5910720964567409e+18, 27957934.0, 'RB_magazine'), (21.0, 1.5910720751872246e+18, 1.395730628046467e+18, 'EveDonatello'), (22.0, 1.5910694130335416e+18, 1.3449594484319478e+18, 'EveDonatello'), (23.0, 1.5908090055928054e+18, 160626005.0, 'xjamesramos'), (24.0, 1.5907749277452534e+18, 1.525754568373678e+18, 'Vanilla_abuja'), (25.0, 1.5907700702964326e+18, 27957934.0, 'YahooFinance'), (26.0, 1.5907622830800896e+18, 272487468.0, 'xjamesramos'), (27.0, 1.5907549954605097e+18, 27957934.0, 'pymnts'), (28.0, 1.5907462665724232e+18, 14275259.0, 'xjamesramos'), (29.0, 1.590740910626984e+18, 1.3134823562384957e+18, 'FarmPolicy'), (30.0, 1.5907398805309112e+18, 27957934.0, 'Forbes'), (31.0, 1.5906963783885988e+18, 1.4019466093998367e+18, 'QueensKirkby'), (32.0, 1.590686189459497e+18, 1.201430557915304e+18, 'Selasiiiiiii'), (33.0, 1.590407692287447e+18, 27957934.0, 'ModRestManage'), (34.0, 1.5903962628973076e+18, 9.387940932825129e+17, 'Selasiiiiiii'), (35.0, 1.5903783582481777e+18, 4644710715.0, 'GyanduPlace'), (36.0, 1.5903683169289052e+18, 317825411.0, 'GyanduPlace'), (37.0, 1.5903623927011574e+18, 27957934.0, 'QSRmagazine'), (38.0, 1.5903601981156434e+18, 1.1379906458581443e+18, 'GyanduPlace'), (39.0, 1.590360062673195e+18, 9.725481104373105e+17, 'GyanduPlace'), (40.0, 1.5903596104974336e+18, 1.0050457769958359e+18, 'GyanduPlace'), (41.0, 1.5903591484281446e+18, 7.177997334865961e+17, 'GyanduPlace'), (42.0, 1.5903306540380324e+18, 8.778887816045855e+17, 'keithpp'), (43.0, 1.5903198333293322e+18, 7.788351355632681e+17, 'FagorPro_Eng'), (44.0, 1.5903198333293322e+18, 7.788351355632681e+17, 'QSRweb'), (45.0, 1.5903036620937871e+18, 1.1776651781057946e+18, 'GyanduPlace'), (46.0, 1.5902989564200714e+18, 1.584870560831787e+18, 'DreamFestiva'), (47.0, 1.5902986687371223e+18, 2905326533.0, 'QSRweb'), (48.0, 1.5902911825042678e+18, 599625829.0, 'Selasiiiiiii'), (49.0, 1.590289738556412e+18, 759136189.0, 'GyanduPlace'), (50.0, 1.5902224505494897e+18, 7.978158309732147e+17, 'GyanduPlace'), (51.0, 1.5902189008471e+18, 601242092.0, 'Selasiiiiiii'), (52.0, 1.5902180017267343e+18, 153373844.0, 'GyanduPlace'), (53.0, 1.5902164808301404e+18, 9.95573985948717e+17, 'GyanduPlace'), (54.0, 1.590121531056984e+18, 9.157796828843581e+17, 'Selasiiiiiii'), (55.0, 1.5901055423697674e+18, 814929673.0, 'Selasiiiiiii'), (56.0, 1.5900934273492378e+18, 30285028.0, 'Vialdy18'), (57.0, 1.5900647932261827e+18, 9.367267927606845e+17, 'Selasiiiiiii'), (58.0, 1.5900494493422715e+18, 9.95573985948717e+17, 'Selasiiiiiii'), (59.0, 1.5900494044128911e+18, 1.5505047441326817e+18, 'Selasiiiiiii'), (60.0, 1.5900249289084232e+18, 7.177997334865961e+17, 'Selasiiiiiii'), (61.0, 1.5900230733986775e+18, 9.441552431132713e+17, 'Selasiiiiiii'), (62.0, 1.5900222237794877e+18, 759136189.0, 'Selasiiiiiii'), (63.0, 1.5900215260150538e+18, 1.0348025616001556e+18, 'Selasiiiiiii'), (64.0, 1.5900212733918085e+18, 8.807566402193654e+17, 'Selasiiiiiii'), (65.0, 1.5900169528895488e+18, 1.2809851880094802e+18, 'Selasiiiiiii'), (66.0, 1.590016521426043e+18, 7.551488497238671e+17, 'Selasiiiiiii'), (67.0, 1.5900164285180436e+18, 1.1515566599757947e+18, 'Selasiiiiiii'), (68.0, 1.590015573563691e+18, 1.0224018604797256e+18, 'Selasiiiiiii'), (69.0, 1.5900152408505426e+18, 1.587080316572795e+18, 'Selasiiiiiii'), (70.0, 1.5900151714680095e+18, 1.0412808466305516e+18, 'Selasiiiiiii'), (71.0, 1.5900151119843164e+18, 27957934.0, 'NRNonline'), (72.0, 1.5900150474931282e+18, 1.3779859426701517e+18, 'Selasiiiiiii'), (73.0, 1.5900148824011244e+18, 1.5831491040870482e+18, 'Selasiiiiiii'), (74.0, 1.5900148697004564e+18, 1.5508021795182428e+18, 'Selasiiiiiii'), (75.0, 1.5900145437274972e+18, 1.3494806939030856e+18, 'Selasiiiiiii'), (76.0, 1.5900144949522883e+18, 1.4540345523729285e+18, 'Selasiiiiiii'), (77.0, 1.5900137050474045e+18, 1.373738913655894e+18, 'Selasiiiiiii'), (78.0, 1.5900136876368323e+18, 1.2132863327614362e+18, 'Selasiiiiiii'), (79.0, 1.5900134209713725e+18, 1.3044930966469632e+18, 'Selasiiiiiii'), (80.0, 1.5900133607995556e+18, 1.1451375983792824e+18, 'Selasiiiiiii'), (81.0, 1.5900133070453678e+18, 7.978158309732147e+17, 'Selasiiiiiii'), (82.0, 1.590013162770006e+18, 7.992049787788657e+17, 'Selasiiiiiii'), (83.0, 1.5900131570405868e+18, 1.1338188119987692e+18, 'Selasiiiiiii'), (84.0, 1.5900131104334848e+18, 637111537.0, 'Selasiiiiiii'), (85.0, 1.590011476860842e+18, 1.3809527523023995e+18, 'Polishsteakhou1'), (86.0, 1.5900107769953772e+18, 1.1379906458581443e+18, 'Selasiiiiiii'), (87.0, 1.5899801011897303e+18, 35714721.0, 'Poonam_Datta'), (88.0, 1.5899789849302467e+18, 1.5804733440209388e+18, 'GourmetCarte'), (89.0, 1.5899270349939139e+18, 1.4835020591482593e+18, 'Stephane_______'), (90.0, 1.589911233637253e+18, 2895283154.0, 'Poonam_Datta'), (91.0, 1.589849587220902e+18, 1.4117022881760092e+18, 'Poonam_Datta'), (92.0, 1.5898341493636014e+18, 342567363.0, 'Poonam_Datta'), (93.0, 1.5897140958589297e+18, 187436757.0, 'Poonam_Datta'), (94.0, 1.589693158799315e+18, 17731977.0, 'Poonam_Datta'), (95.0, 1.5896796893540803e+18, 1.1877039821831455e+18, 'EveDonatello'), (96.0, 1.589671543923409e+18, 7.992191047250043e+17, 'Poonam_Datta'), (97.0, 1.5896680104487936e+18, 1.5269553886290534e+18, 'Poonam_Datta'), (98.0, 1.5895813467455078e+18, 1.179859159715582e+18, 'EveDonatello'), (99.0, 1.589286628060582e+18, 1.3809527523023995e+18, 'Polishsteakhou1'), (100.0, 1.5889991092263977e+18, 249222782.0, 'tapizonBarRes'), (101.0, 1.5889828511268577e+18, 7.261319306101596e+17, 'JohannaTraveler'), (102.0, 1.588718115739046e+18, 8.569752406305014e+17, 'shawnpwalchef'), (103.0, 1.588718115739046e+18, 8.569752406305014e+17, 'CaliComfort'), (104.0, 1.5886687261904323e+18, 1738556923.0, 'dariusaniunas'), (105.0, 1.5886550475497226e+18, 617853906.0, 'shawnpwalchef'), (106.0, 1.5886550475497226e+18, 617853906.0, 'CaliComfort'), (107.0, 1.5886437100146074e+18, 38224510.0, 'shawnpwalchef'), (108.0, 1.5886437100146074e+18, 38224510.0, 'CaliComfort'), (109.0, 1.5886254748545516e+18, 1.4048844486178447e+18, 'GandhiST11'), (110.0, 1.588622088067494e+18, 18090409.0, 'shawnpwalchef'), (111.0, 1.588622088067494e+18, 18090409.0, 'CaliComfort'), (112.0, 1.5886108392417853e+18, 27957934.0, 'EatThisNotThat'), (113.0, 1.5886059944724562e+18, 206560051.0, 'CaliComfort'), (114.0, 1.588570212915622e+18, 1.5489527397739274e+18, 'barakuda_v'), (115.0, 1.5885655681767506e+18, 27957934.0, 'ModRestManage'), (116.0, 1.5885353611558666e+18, 27957934.0, 'RestaurantDive'))
TWEET_MENTIONS TABLE OUTPUT: